mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
Use alphasort where versionsort is not available.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
0e3e574012
commit
52a9649437
2 changed files with 2 additions and 2 deletions
|
|
@ -1264,7 +1264,7 @@ int uc_mgr_scan_master_configs(const char **_list[])
|
|||
"%s", env ? env : ALSA_USE_CASE_DIR);
|
||||
filename[MAX_FILE-1] = '\0';
|
||||
|
||||
#ifdef _GNU_SOURCE
|
||||
#if defined(_GNU_SOURCE) && !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__sun)
|
||||
#define SORTFUNC versionsort
|
||||
#else
|
||||
#define SORTFUNC alphasort
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue