mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
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 | ||