dyoung
|
4d24861fc9
|
For consistency of sockaddr_snprintf(3) with snprintf(3) and
snprintb(3), do not count the terminating NUL in the return value.
Update the regression tests to match. Approved by christos@.
|
2005-01-13 00:44:25 +00:00 |
lukem
|
7157011597
|
Only compile in IPv6 support if ${USE_INET6} != "no"
MKINET6 is for providing IPv6 infrastructure.
USE_INET6 is for compiling IPv6 support into the programs (needs MKINET6).
|
2005-01-10 02:58:58 +00:00 |
christos
|
6afa3d6f72
|
Regression test for sockaddr_snprintf
|
2004-11-19 21:38:25 +00:00 |
petrov
|
50743e3b6f
|
string.h included.
|
2002-09-21 07:33:25 +00:00 |
christos
|
3be5c8ee9c
|
Regression test for snprintb(3)
|
2002-09-20 21:13:28 +00:00 |