Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: kleink
Date: Mon Apr 18 19:39:46 UTC 2005
Modified Files:
src/include: netdb.h
src/lib/libc/net: getprotobyname.c getprotobyname_r.c
getprotobynumber.c getprotobynumber_r.c getprotoent.c
getprotoent_r.c getservbyname.c getservbyname_r.c getservbyport.c
getservbyport_r.c getservent.c getservent_r.c
Added Files:
src/lib/libc/net: protoent.h servent.h
Log Message:
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.50 -r1.51 src/include/netdb.h
cvs rdiff -r1.2 -r1.3 src/lib/libc/net/getprotobyname.c \
src/lib/libc/net/getprotobyname_r.c src/lib/libc/net/getprotobynumber.c \
src/lib/libc/net/getprotobynumber_r.c src/lib/libc/net/getservbyname_r.c \
src/lib/libc/net/getservbyport_r.c
cvs rdiff -r1.10 -r1.11 src/lib/libc/net/getprotoent.c \
src/lib/libc/net/getservbyport.c src/lib/libc/net/getservent.c
cvs rdiff -r1.4 -r1.5 src/lib/libc/net/getprotoent_r.c \
src/lib/libc/net/getservent_r.c
cvs rdiff -r1.12 -r1.13 src/lib/libc/net/getservbyname.c
cvs rdiff -r0 -r1.1 src/lib/libc/net/protoent.h src/lib/libc/net/servent.h
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