CVSROOT:        /cvs
Module name:    src
Changes by:     guent...@cvs.openbsd.org        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@

Reply via email to