Subject: CVS commit: src/usr.bin/ftp
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/13/2005 05:03:49
Module Name:	src
Committed By:	lukem
Date:		Fri May 13 05:03:49 UTC 2005

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

Log Message:
* Correct the "optlen" argument passed to getsockopt(3) and setsockopt(3)
  in various places.  Fixes a problem noted by Allen Briggs.
* Improve warning printed when connect(2) for the data channel fails.


To generate a diff of this commit:
cvs rdiff -r1.130 -r1.131 src/usr.bin/ftp/ftp.c
cvs rdiff -r1.93 -r1.94 src/usr.bin/ftp/main.c
cvs rdiff -r1.121 -r1.122 src/usr.bin/ftp/util.c
cvs rdiff -r1.48 -r1.49 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.