Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/01/1998 13:30:02
kleink
Mon Jun  1 13:22:01 PDT 1998
Update of /cvsroot/src/lib/libcompat/4.3
In directory nb00:/tmp/cvs-serv7092

Modified Files:
	re_comp.3 
Log Message:
Prototypes have moved: change inclusion of <unistd.h> to <re_comp.h>.


kleink
Mon Jun  1 13:22:58 PDT 1998
Update of /cvsroot/src/lib/libcompat/4.3
In directory nb00:/tmp/cvs-serv7131

Modified Files:
	regex.c 
Log Message:
Need <re_comp.h> for re_comp() and re_exec() prototypes.


kleink
Mon Jun  1 13:24:46 PDT 1998
Update of /cvsroot/src/lib/libcrypt
In directory nb00:/tmp/cvs-serv7205

Modified Files:
	crypt.3 
Log Message:
Prototype has moved: add inclusion of <stdlib.h> to the synopsis of setkey().


kleink
Mon Jun  1 13:25:24 PDT 1998
Update of /cvsroot/src/lib/libcrypt
In directory nb00:/tmp/cvs-serv7232

Modified Files:
	crypt.c 
Log Message:
Need <stdlib.h> for setkey() prototype.