Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/21/1999 06:17:23
Module Name:	basesrc
Committed By:	lukem
Date:		Tue Sep 21 13:17:23 UTC 1999

Modified Files:
	basesrc/usr.bin/ftp: fetch.c ftp.c

Log Message:
* protect more of the AF_INET6 stuff with #ifdef INET6 (for portability)
* in the main data moving loops only call the initial gettimeofday() if
  rate throttling is enabled (saves a system call per loop when not
  throttling).


To generate a diff of this commit:
cvs rdiff -r1.70 -r1.71 basesrc/usr.bin/ftp/fetch.c
cvs rdiff -r1.61 -r1.62 basesrc/usr.bin/ftp/ftp.c

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