Subject: CVS commit: othersrc/libexec/tnftpd
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/23/2007 11:42:17
Module Name:	othersrc
Committed By:	lukem
Date:		Mon Jul 23 11:42:17 UTC 2007

Modified Files:
	othersrc/libexec/tnftpd/libnetbsd: ftpfts.h fts_open.c getnameinfo.c
	    getusershell.c glob.c inet_net_pton.c inet_ntop.c inet_pton.c
	    user_from_uid.c
	othersrc/libexec/tnftpd/ls: print.c
	othersrc/libexec/tnftpd/src: ftpd.c popen.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.3 -r1.4 othersrc/libexec/tnftpd/libnetbsd/ftpfts.h \
    othersrc/libexec/tnftpd/libnetbsd/glob.c
cvs rdiff -r1.4 -r1.5 othersrc/libexec/tnftpd/libnetbsd/fts_open.c
cvs rdiff -r1.2 -r1.3 othersrc/libexec/tnftpd/libnetbsd/getnameinfo.c \
    othersrc/libexec/tnftpd/libnetbsd/getusershell.c \
    othersrc/libexec/tnftpd/libnetbsd/inet_net_pton.c \
    othersrc/libexec/tnftpd/libnetbsd/inet_ntop.c \
    othersrc/libexec/tnftpd/libnetbsd/inet_pton.c \
    othersrc/libexec/tnftpd/libnetbsd/user_from_uid.c
cvs rdiff -r1.4 -r1.5 othersrc/libexec/tnftpd/ls/print.c
cvs rdiff -r1.18 -r1.19 othersrc/libexec/tnftpd/src/ftpd.c
cvs rdiff -r1.9 -r1.10 othersrc/libexec/tnftpd/src/popen.c

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