History log of /netbsd-src/lib/libc/stdlib/lsearch.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 9e66e6d7 25-Jun-2012 abs <abs@NetBSD.org>

Update old-style definitions to ANSI, remove a couple of register
definitions along the way. Fixed gcc 4.1 build (thank you vax)


# 44551472 20-Mar-2012 matt <matt@NetBSD.org>

Remove use of __P
Switch to using C89 definitions.


# 67d513dd 18-May-2011 dsl <dsl@NetBSD.org>

Remove __P()


# fce61e52 16-Jul-2005 christos <christos@NetBSD.org>

revert previous, my include files were out of day.


# b5626a3a 16-Jul-2005 christos <christos@NetBSD.org>

Fix prototype inconsistency, discovered by lint2 fixes.


# ecef4b3d 06-Jul-2005 drochner <drochner@NetBSD.org>

The source array of lsearch() shouldn't be "const".
Being here, cleanup the const castaway stuff.


# e866f279 06-Jul-2005 drochner <drochner@NetBSD.org>

Move insque/remque/lsearch/lfind from libcompat to libc,
they are in XPG4-UNIX, XSH5.0, mentioned in SUSv3 etc.
Minimal update of the manpages. (more needed)