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
..
2012-03-26 21:22:53 +00:00
2012-03-20 21:37:52 +00:00
2011-06-24 07:05:20 +00:00
2012-03-26 21:22:53 +00:00
2010-02-26 09:41:16 +00:00
2012-04-04 23:14:01 +00:00
2011-11-06 16:40:17 +00:00
2012-03-26 21:22:53 +00:00
2012-03-26 15:18:14 +00:00
2012-03-26 15:18:14 +00:00
2012-02-29 07:33:07 +00:00
2011-12-30 10:58:14 +00:00
2011-12-30 10:58:14 +00:00
2012-03-30 23:39:39 +00:00
2010-12-20 08:54:30 +00:00
2012-03-25 09:18:34 +00:00
2012-03-25 09:18:34 +00:00
2012-03-25 09:18:34 +00:00
2010-12-20 09:36:54 +00:00
2011-12-30 10:58:14 +00:00
2012-03-25 09:18:34 +00:00
2012-03-28 20:58:30 +00:00
2011-11-13 06:39:49 +00:00
2011-12-30 10:58:14 +00:00
2011-12-30 10:58:14 +00:00
2011-08-06 09:11:30 +00:00
2010-10-05 06:31:11 +00:00
2010-07-30 11:58:18 +00:00
2012-03-25 09:18:34 +00:00
2011-12-30 10:58:14 +00:00
2012-03-10 14:38:34 +00:00
2012-03-26 21:22:53 +00:00
2012-02-09 08:33:04 +00:00
2012-02-11 20:28:42 +00:00