Subject: CVS commit: othersrc/usr.bin/tnftp/libnetbsd
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/22/2007 11:46:19
Module Name:	othersrc
Committed By:	lukem
Date:		Sun Jul 22 11:46:19 UTC 2007

Modified Files:
	othersrc/usr.bin/tnftp/libnetbsd: inet_ntop.c

Log Message:
Sync with lib/libc/inet/inet_ntop.c 1.3:
	* Sync to bind 9.3.x version
	* Update ISC copyright
	* Use NS_xxx definitions (provided by tnftpd.h if necessary)
	* Use socklen_t instead of size_t
	* Use snprintf() instead of SPRINTF()
	* Improve detection of various boundary conditions


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 othersrc/usr.bin/tnftp/libnetbsd/inet_ntop.c

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