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

Modified Files:
	othersrc/usr.bin/tnftp: configure.ac
	othersrc/usr.bin/tnftp/libnetbsd: getaddrinfo.c getnameinfo.c
	    inet_ntop.c inet_pton.c snprintf.c usleep.c
	othersrc/usr.bin/tnftp/src: ftp.c ftp_var.h progressbar.h util.c

Log Message:
Add check for struct sockaddr.sa_len.
Change tests for HAVE_foo to defined(HAVE_foo).
Replace HAVE_SOCKADDR_SA_LEN with HAVE_STRUCT_SOCKADDR_SA_LEN.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 othersrc/usr.bin/tnftp/configure.ac
cvs rdiff -r1.4 -r1.5 othersrc/usr.bin/tnftp/libnetbsd/getaddrinfo.c
cvs rdiff -r1.5 -r1.6 othersrc/usr.bin/tnftp/libnetbsd/getnameinfo.c \
    othersrc/usr.bin/tnftp/libnetbsd/inet_pton.c \
    othersrc/usr.bin/tnftp/libnetbsd/snprintf.c \
    othersrc/usr.bin/tnftp/libnetbsd/usleep.c
cvs rdiff -r1.6 -r1.7 othersrc/usr.bin/tnftp/libnetbsd/inet_ntop.c
cvs rdiff -r1.14 -r1.15 othersrc/usr.bin/tnftp/src/ftp.c
cvs rdiff -r1.6 -r1.7 othersrc/usr.bin/tnftp/src/ftp_var.h
cvs rdiff -r1.5 -r1.6 othersrc/usr.bin/tnftp/src/progressbar.h
cvs rdiff -r1.16 -r1.17 othersrc/usr.bin/tnftp/src/util.c

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