Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/12/1999 19:47:54
Module Name:	basesrc
Committed By:	lukem
Date:		Wed Oct 13 02:47:54 UTC 1999

Modified Files:
	basesrc/usr.bin/ftp: cmds.c extern.h main.c util.c

Log Message:
* fix up confirm() (broke `a' and `p' in last commit)
* simplify main loop (don't need `top' variable any more)
* use a struct sockaddr_in6.sin6_addr for the result from inet_pton(),
  rather than u_char buf[16]
* add a few more comments


To generate a diff of this commit:
cvs rdiff -r1.74 -r1.75 basesrc/usr.bin/ftp/cmds.c
cvs rdiff -r1.46 -r1.47 basesrc/usr.bin/ftp/extern.h
cvs rdiff -r1.63 -r1.64 basesrc/usr.bin/ftp/main.c
cvs rdiff -r1.77 -r1.78 basesrc/usr.bin/ftp/util.c

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