Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 05/29/2000 07:57:29
Module Name:	basesrc
Committed By:	itojun
Date:		Mon May 29 14:57:29 UTC 2000

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

Log Message:
convert IPv4 mapped address (::ffff:10.1.1.1) into real IPv4 address
before touching it.  IPv4 mapped address complicates too many things
in FTP protocol handling.


To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 basesrc/usr.bin/ftp/extern.h
cvs rdiff -r1.112 -r1.113 basesrc/usr.bin/ftp/fetch.c
cvs rdiff -r1.95 -r1.96 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.