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

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

Log Message:
* fetch_ftp(): preserve 'anonftp' across a disconnect() so that multiple
  ftp auto-fetches on the same command line login automatically.
* auto_fetch(): use an initialized volatile int to appease IRIX cc.


To generate a diff of this commit:
cvs rdiff -r1.159 -r1.160 src/usr.bin/ftp/fetch.c
cvs rdiff -r1.52 -r1.53 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.