History log of /netbsd-src/lib/libc/stdlib/insque.c (Results 1 – 3 of 3)
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)


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

tolerate NULL pointers at some places


# 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)