mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-27 07:58:02 -04:00
Fixes: | ../../../alsa-lib-1.2.5/src/ucm/ucm_exec.c: In function 'find_exec': | ../../../alsa-lib-1.2.5/src/ucm/ucm_exec.c:43:18: error: 'PATH_MAX' undeclared (first use in this function) | 43 | char bin[PATH_MAX]; | | ^~~~~~~~ | ../../../alsa-lib-1.2.5/src/ucm/ucm_exec.c:43:18: note: each undeclared identifier is reported only once for each function it appears in | ../../../alsa-lib-1.2.5/src/ucm/ucm_exec.c: In function 'uc_mgr_exec': | ../../../alsa-lib-1.2.5/src/ucm/ucm_exec.c:177:18: error: 'PATH_MAX' undeclared (first use in this function) | 177 | char bin[PATH_MAX]; | | ^~~~~~~~ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> |
||
|---|---|---|
| .. | ||
| main.c | ||
| Makefile.am | ||
| parser.c | ||
| ucm_cond.c | ||
| ucm_exec.c | ||
| ucm_include.c | ||
| ucm_local.h | ||
| ucm_regex.c | ||
| ucm_subs.c | ||
| utils.c | ||