CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/17 22:16:09
Modified files:
include : search.h
lib/libc/stdlib: lsearch.c
Log message:
Change lsearch()'s "base" argument to require a non-const pointer to
align with POSIX and other systems.
Pointed out by Elliott Hughes on tech
ok deraadt
