freebsd-dev/lib/libc/yp
John Baldwin 7b5f59222e Fix some 32/64-bit bugs. IPv4 addresses are 32-bits, not longs. On the
alpha these bugs didn't cause any problems because it was little endian,
but on sparc64, we ended up with garbage for the IP address when we tried
to contact the server.  (Usually 3.253.0.0)

Not objected to by:	wpaul
2002-01-08 18:05:03 +00:00
..
Makefile.inc
xdryp.c
yplib.c Fix some 32/64-bit bugs. IPv4 addresses are 32-bits, not longs. On the 2002-01-08 18:05:03 +00:00