Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 09/21/1997 01:10:01
lukem
Sat Sep 20 18:06:33 PDT 1997
Update of /cvsroot/src/usr.bin/ftp
In directory netbsd1:/var/slash-tmp/cvs-serv7476

Modified Files:
	cmds.c fetch.c util.c 
Log Message:
More cleanups from Todd Miller <Todd.Miller@courtesan.com>:
* Use an int, not "union wait".
* Move the "parsed_url" label so that the next statement is not an "else" --
  some ansi C compilers don't like it the old way (SGI's for example).
* Deal with the possibility of getlogin(2) failing.
* Don't error out if the remote server doesn't support the "MDTM" command.