History log of /netbsd-src/lib/libc/net/getprotobyname.c (Results 1 – 5 of 5)
Revision Date Author Comments
# ace5b9b5 20-Jan-2024 christos <christos@NetBSD.org>

Catch up with all the lint warnings since exit on warning was disabled.
Disable 'missing header declaration' and 'nested extern' warnings for now.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 4e3cae58 18-Apr-2005 kleink <kleink@NetBSD.org>

Move the (at this time private) get{proto,serv}ent_r() prototypes and
data structures into the libc sources until the interface gets redone.
Approved by christos.


# f38bfebb 07-Jan-2005 mycroft <mycroft@NetBSD.org>

Throw in mutex stubs to serialize access to the legacy global structures.


# ec210d4a 19-Feb-2004 christos <christos@NetBSD.org>

Implement the non-reentrant ones using the reentrant ones.
Name files by function name.