CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/03/21 19:44:19
Modified files:
include : dirent.h
lib/libc/gen : scandir.c
usr.sbin/lpr/lpc: cmds.c
Log message:
Update alphasort() and scandir()'s argument types to match POSIX:
use "const struct dirent **" instead of "const void *". Also, add
__restrict to readdir_r().
ok matthew@
