Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/23/1999 23:57:39
Module Name: basesrc
Committed By: lukem
Date: Fri Sep 24 06:57:38 UTC 1999
Modified Files:
basesrc/usr.bin/ftp: fetch.c ftp.c
Log Message:
fix a couple of thinkos in my recent work:
* abort_remote(): replace borken MIN(4,BUFSIZ) with just BUFSIZ; it
should have been MAX(4,BUFSIZ), but it's probably safe to assume that
BUFSIZ is at least 3... (fix from simonb)
* auth_url(): use the correct variable when calculating a buffer size.
To generate a diff of this commit:
cvs rdiff -r1.73 -r1.74 basesrc/usr.bin/ftp/fetch.c
cvs rdiff -r1.64 -r1.65 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.