mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
2c81fb6a72
int (*compar)(const struct dirent **, const struct dirent **) The current code defines sortq() to accept two void *, then cast them to const struct dirent **. Because the code does not really need this cast, we can eliminate the casts by changing the function prototype to match scandir(3) expectation. MFC after: 1 month |
||
---|---|---|
.. | ||
chkprintcap | ||
common_source | ||
filters | ||
filters.ru | ||
lp | ||
lpc | ||
lpd | ||
lpq | ||
lpr | ||
lprm | ||
lptest | ||
pac | ||
Makefile | ||
Makefile.inc |