Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/20/1996 19:40:08
cgd
Fri Dec 20 11:33:59 PST 1996
Update of /cvsroot/src/include
In directory netbsd1:/var/slash-tmp/cvs-serv11198

Modified Files:
	unistd.h 
Log Message:
sethostid returns int not void, also add prototype for __syscall that
matches manual page.


cgd
Fri Dec 20 11:36:34 PST 1996
Update of /cvsroot/src/lib/libc/compat-43
In directory netbsd1:/var/slash-tmp/cvs-serv11336/compat-43

Modified Files:
	sethostid.c 
Log Message:
include unistd.h and fix up sethostid() return type (was long here, now int)

cgd
Fri Dec 20 11:38:19 PST 1996
Update of /cvsroot/src/lib/libc/gen
In directory netbsd1:/var/slash-tmp/cvs-serv11420/gen

Modified Files:
	getgrent.c 
Log Message:
grscan()'s last arg has to be a const char *, not just a char *

cgd
Fri Dec 20 11:39:01 PST 1996
Update of /cvsroot/src/lib/libc/gen
In directory netbsd1:/var/slash-tmp/cvs-serv11492/gen

Modified Files:
	setmode.c 
Log Message:
pull in unistd.h, const poisoning