cvs commit: src/lib/libc/net getproto.c getprotoent.c
getprotoname.c netdb_private.h
Garrett Wollman
wollman at csail.mit.edu
Tue Apr 19 14:20:22 PDT 2005
<<On Wed, 20 Apr 2005 04:32:10 +0900, Hajimu UMEMOTO <ume at FreeBSD.ORG> said:
> Please take a look src/lib/libc/net/netdb_private.h.
> BTW, though the functions are not in POSIX, I take the API from AIX,
> HP and Digital.
If they are generally useful they should be globally visible, with the
standard FreeBSD namespace protections. (In this case, this probably
means that the __ versions stay as they are, and non-__ versions can
be defined using aliases in a separate compilation unit.)
-GAWollman
More information about the cvs-src
mailing list