Change lsearch()'s "base" argument to require a non-const pointer to
authormatthew <matthew@openbsd.org>
Fri, 18 Jul 2014 04:16:09 +0000 (04:16 +0000)
committermatthew <matthew@openbsd.org>
Fri, 18 Jul 2014 04:16:09 +0000 (04:16 +0000)
commit177a74275783eeaff07d9dbc04d082f1e53274cc
treedffb9a61f3239572a305c86a608d36742ae93b8b
parent5e2959692c900ff471cae7fd8dab76e18ac59b36
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
include/search.h
lib/libc/stdlib/lsearch.c