Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/net
Module Name: src
Committed By: mycroft
Date: Fri Jan 7 22:22:50 UTC 2005
Modified Files:
src/lib/libc/net: getprotobyname.c getprotobynumber.c getprotoent.c
getservbyname.c getservbyport.c getservent.c
Log Message:
Throw in mutex stubs to serialize access to the legacy global structures.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/lib/libc/net/getprotobyname.c \
src/lib/libc/net/getprotobynumber.c
cvs rdiff -r1.9 -r1.10 src/lib/libc/net/getprotoent.c \
src/lib/libc/net/getservbyport.c src/lib/libc/net/getservent.c
cvs rdiff -r1.11 -r1.12 src/lib/libc/net/getservbyname.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