Subject: CVS commit: [netbsd-3] src/lib/libc/net
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 04/21/2005 16:59:09
Module Name:	src
Committed By:	tron
Date:		Thu Apr 21 16:59:09 UTC 2005

Modified Files:
	src/lib/libc/net [netbsd-3]: getprotoent.c getservbyport.c getservent.c

Log Message:
Pull up revision 1.11 (requested by kleink in ticket #172):
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.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.10.2.1 src/lib/libc/net/getprotoent.c \
    src/lib/libc/net/getservbyport.c src/lib/libc/net/getservent.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.