Use alphasort instead of versionsort for scandir
commitfbd7ef6fb88088e6253512f8e8906e2bfd56e4f7
authorMateusz Piotrowski <0mp@FreeBSD.org>
Fri, 13 Nov 2020 13:52:55 +0000 (13 14:52 +0100)
committerMateusz Piotrowski <0mp@FreeBSD.org>
Tue, 24 Nov 2020 00:27:22 +0000 (24 01:27 +0100)
tree0299332372faa2024516b47814db512345ea95cd
parent497a30b22bd05bc0d9b3de6c8ff53a96b3a58817
Use alphasort instead of versionsort for scandir

There main reason for this change is that versionsort is not widely
supported at the moment (for example, it is not present in FreeBSD and
the manual page for GNU C library scandir documents versionsort as GNU
extension).
evtest.c