Subject: CVS commit: src/usr.bin/ftp
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/01/2005 12:10:14
Module Name:	src
Committed By:	lukem
Date:		Wed Jun  1 12:10:14 UTC 2005

Modified Files:
	src/usr.bin/ftp: fetch.c ftp.c version.h

Log Message:
* Only print the "Trying <address>..." message if verbose and
  there's more than one struct addrinfo in the getaddrinfo() result.
* Don't use non-standard "u_int".


To generate a diff of this commit:
cvs rdiff -r1.160 -r1.161 src/usr.bin/ftp/fetch.c
cvs rdiff -r1.132 -r1.133 src/usr.bin/ftp/ftp.c
cvs rdiff -r1.53 -r1.54 src/usr.bin/ftp/version.h

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