Subject: CVS commit: othersrc/libexec/tnftpd/libnetbsd
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/26/2006 05:50:29
Module Name: othersrc
Committed By: lukem
Date: Tue Sep 26 05:50:29 UTC 2006
Modified Files:
othersrc/libexec/tnftpd/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.1.1.1 -r1.2 othersrc/libexec/tnftpd/libnetbsd/inet_ntop.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.