freebsd-src/lib/libc
Ian Dowse bb1ca86f24 Revert part of revision 1.10, as it broke portmap lookups for IPv4
TCP clients. The problem was that a struct netconfig returned by
getnetconfigent() was being treated as a handle for __rpc_getconf(),
which certainly isn't right.

The tirpc-99 code uses __rpc_setconf("udp")/__rpc_getconf() to find
the IPv4 udp netconfig, but our implementation of these functions
seem happy to return IPv6 entries, so we can't use them. By reverting
to the old version, we are hard-coding the name of the udp4 netid.

Tracked down by:	Bakul Shah <bakul@bitblocks.com>
2002-07-26 07:52:21 +00:00
..
alpha
amd64
compat-43
db
gen Update glob(3) to add all the POSIX required options, specifically: 2002-07-17 04:58:09 +00:00
gmon
i386 Fix style bugs I added in last commit. 2002-06-27 14:16:21 +00:00
ia64
include
locale
net sysctl(NET_RT_IFLIST) up to several (currently 5) times. 2002-07-25 08:08:30 +00:00
nls
posix1e
powerpc
quad
regex
rpc Revert part of revision 1.10, as it broke portmap lookups for IPv4 2002-07-26 07:52:21 +00:00
sparc64 Add missing ret instruction to the ptrace() syscall wrapper. 2002-07-11 15:48:02 +00:00
stdio Don't claim to fully implement C99 in the STANDARDS section and then disclaim 2002-07-15 19:46:06 +00:00
stdlib Fix some comments. 2002-07-10 16:35:02 +00:00
stdtime
string Fix off-by-one error. 2002-07-03 06:28:04 +00:00
sys Change utimes to set the file creation time (for filesystems that 2002-07-17 02:03:19 +00:00
xdr
yp
Makefile
Makefile.inc