Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/19/1997 02:20:07
lukem
Sat Oct 18 19:12:45 PDT 1997
Update of /cvsroot/src/usr.bin/gencat
In directory netbsd1:/var/slash-tmp/cvs-serv22268

Modified Files:
	gencat.c 
Log Message:
WARNSify

lukem
Sat Oct 18 19:13:44 PDT 1997
Update of /cvsroot/src/usr.bin/getconf
In directory netbsd1:/var/slash-tmp/cvs-serv22463

Modified Files:
	getconf.1 getconf.c 
Log Message:
WARNSify, fix .Nm usage

lukem
Sat Oct 18 19:17:02 PDT 1997
Update of /cvsroot/src/usr.bin/getopt
In directory netbsd1:/var/slash-tmp/cvs-serv23001

Modified Files:
	getopt.1 getopt.c 
Log Message:
WARNSify, fix .Nm usage

mikel
Sat Oct 18 19:17:41 PDT 1997
Update of /cvsroot/src/bin/mv
In directory netbsd1:/var/slash-tmp/cvs-serv22571

Modified Files:
	mv.c 
Log Message:
use lstat() instead of stat() when determining type of 'from' file;
  from John F. Woods in PR bin/4288.
Also fixed a similar check of the 'to' file, so we don't try to 
  rmdir() symlinks to directories; and fixed typo in a comment.