Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/03/1997 22:10:03
pk
Mon Nov  3 14:03:34 PST 1997
Update of /cvsroot/src/sys/compat/svr4
In directory netbsd1:/var/slash-tmp/cvs-serv3479

Modified Files:
	svr4_misc.c 
Log Message:
Deal with svr4_ulimit() return values in the same way as in
compat_43_sys_setrlimit(). (takes care of PR#4418)

Also in svr4_ulimit(): return EINVAL for unknown commands, instead of ENOSYS.