Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3] src/lib/libc/net
Module Name: src
Committed By: tron
Date: Thu Apr 21 16:59:02 UTC 2005
Modified Files:
src/lib/libc/net [netbsd-3]: getprotobyname.c getprotobyname_r.c
getprotobynumber.c getprotobynumber_r.c getservbyname_r.c
getservbyport_r.c
Log Message:
Pull up revision 1.3 (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.2 -r1.2.2.1 src/lib/libc/net/getprotobyname.c \
src/lib/libc/net/getprotobynumber.c
cvs rdiff -r1.2 -r1.2.6.1 src/lib/libc/net/getprotobyname_r.c \
src/lib/libc/net/getprotobynumber_r.c src/lib/libc/net/getservbyname_r.c \
src/lib/libc/net/getservbyport_r.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index