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

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

Log Message:
Don't use non-standard: u_char u_short u_int.
Use uint32_t instead of u_int32_t.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 othersrc/usr.bin/tnftp/ChangeLog
cvs rdiff -r1.6 -r1.7 othersrc/usr.bin/tnftp/libnetbsd/glob.c
cvs rdiff -r1.9 -r1.10 othersrc/usr.bin/tnftp/libnetbsd/inet_ntop.c
cvs rdiff -r1.8 -r1.9 othersrc/usr.bin/tnftp/libnetbsd/inet_pton.c

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