Subject: CVS commit: src/usr.bin/ftp
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/10/2007 12:22:04
Module Name:	src
Committed By:	lukem
Date:		Thu May 10 12:22:04 UTC 2007

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

Log Message:
Switch from fparseln() to the internal getline() when parsing HTTP headers.
Makes ftp a bit more portable (not needing fparseln()) at the expense of not
supporting arbitrary long header lines, which I'm not concerned about
because we don't support header line continuation either...


To generate a diff of this commit:
cvs rdiff -r1.175 -r1.176 src/usr.bin/ftp/fetch.c

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