Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/19/1997 18:20:04
mycroft
Sun Oct 19 11:11:01 PDT 1997
Update of /cvsroot/src/lib/libutil
In directory netbsd1:/var/slash-tmp/cvs-serv19950

Modified Files:
	pidlock.c 
Log Message:
Test file type correctly, using S_IS*().

mycroft
Sun Oct 19 11:15:26 PDT 1997
Update of /cvsroot/src/libexec/ftpd
In directory netbsd1:/var/slash-tmp/cvs-serv20399

Modified Files:
	conf.c 
Log Message:
Use S_IS*(), not S_IF*.

mycroft
Sun Oct 19 11:16:21 PDT 1997
Update of /cvsroot/src/libexec/ftpd
In directory netbsd1:/var/slash-tmp/cvs-serv20506

Modified Files:
	ftpd.c 
Log Message:
Use remove(3) rather than stat(2)ing the file, yadda yadda.
Simpler, and DTRT for symlinks.

mycroft
Sun Oct 19 11:17:28 PDT 1997
Update of /cvsroot/src/libexec/tftpd
In directory netbsd1:/var/slash-tmp/cvs-serv20589

Modified Files:
	tftpd.c 
Log Message:
Use S_IS*(), not S_IF*.