Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 01/13/2005 00:44:25
Module Name:	src
Committed By:	dyoung
Date:		Thu Jan 13 00:44:25 UTC 2005

Modified Files:
	src/lib/libutil: sockaddr_snprintf.c
	src/regress/lib/libutil/sockaddr_snprintf: sockaddr_snprintf.c

Log Message:
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@.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libutil/sockaddr_snprintf.c
cvs rdiff -r1.2 -r1.3 \
    src/regress/lib/libutil/sockaddr_snprintf/sockaddr_snprintf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.