Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/25/1997 06:40:02
mikel
Thu Jul 24 23:36:03 PDT 1997
Update of /cvsroot/src/usr.bin/chpass
In directory netbsd1:/var/slash-tmp/cvs-serv26527
Modified Files:
chpass.h
Log Message:
add prototypes for check_yppasswdd() and pw_yp()
mikel
Thu Jul 24 23:37:28 PDT 1997
Update of /cvsroot/src/usr.bin/chpass
In directory netbsd1:/var/slash-tmp/cvs-serv26551
Modified Files:
pw_yp.c
Log Message:
include <err.h> and <stdlib.h> for prototypes
give pw_yp() an explicit type
mikel
Thu Jul 24 23:38:02 PDT 1997
Update of /cvsroot/src/usr.bin/chpass
In directory netbsd1:/var/slash-tmp/cvs-serv26581
Modified Files:
util.c
Log Message:
make comparison to NULL explicit (gcc -Wall)