freebsd-dev/usr.sbin/lpr
Xin LI 2c81fb6a72 The scandir(3) function expects fourth parameter, compar, be in type of:
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
2012-04-13 22:34:01 +00:00
..
chkprintcap
common_source Spelling fixes for usr.sbin/ 2011-12-30 10:58:14 +00:00
filters In usr.sbin/lpr/filters/lpf.c, use a less obtuse way of clearing the 2011-12-17 21:37:21 +00:00
filters.ru The last big commit: let usr.sbin/ use WARNS=6 by default. 2010-01-02 11:07:44 +00:00
lp
lpc The scandir(3) function expects fourth parameter, compar, be in type of: 2012-04-13 22:34:01 +00:00
lpd Spelling fixes for usr.sbin/ 2011-12-30 10:58:14 +00:00
lpq Remove the advertising clause from UCB copyrighted files in usr.sbin. This 2010-12-11 09:38:12 +00:00
lpr mdoc: terminate quoted strings. 2012-03-26 15:18:14 +00:00
lprm Remove the advertising clause from UCB copyrighted files in usr.sbin. This 2010-12-11 09:38:12 +00:00
lptest Remove the advertising clause from UCB copyrighted files in usr.sbin. This 2010-12-11 09:38:12 +00:00
pac Spelling fixes for usr.sbin/ 2011-12-30 10:58:14 +00:00
Makefile Move most of the remaining USD/PSD/SMM papers into share/doc 2010-12-04 10:11:20 +00:00
Makefile.inc