Subject: CVS commit: othersrc/usr.bin/tnftp/libnetbsd
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/01/2005 11:48:49
Module Name: othersrc
Committed By: lukem
Date: Wed Jun 1 11:48:49 UTC 2005
Modified Files:
othersrc/usr.bin/tnftp/libnetbsd: getnameinfo.c glob.c inet_ntop.c
inet_pton.c mkstemp.c strunvis.c strvis.c
Log Message:
Don't use non-standard: u_char u_short u_int.
Use uint32_t instead of u_int32_t.
Don't use register.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 othersrc/usr.bin/tnftp/libnetbsd/getnameinfo.c \
othersrc/usr.bin/tnftp/libnetbsd/glob.c \
othersrc/usr.bin/tnftp/libnetbsd/inet_pton.c \
othersrc/usr.bin/tnftp/libnetbsd/mkstemp.c \
othersrc/usr.bin/tnftp/libnetbsd/strunvis.c
cvs rdiff -r1.5 -r1.6 othersrc/usr.bin/tnftp/libnetbsd/inet_ntop.c
cvs rdiff -r1.7 -r1.8 othersrc/usr.bin/tnftp/libnetbsd/strvis.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.