Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 12/09/2000 09:04:49
Module Name:	syssrc
Committed By:	mycroft
Date:		Sat Dec  9 07:04:49 UTC 2000

Modified Files:
	syssrc/sys/kern: kern_prot.c syscalls.master

Log Message:
Define 3 new functions:
* sys_getpid_with_ppid()
* sys_getuid_with_euid()
* sys_getgid_with_egid()
that do the retval[1] hack.  Use them when COMPAT_43 is defined.


To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 syssrc/sys/kern/kern_prot.c
cvs rdiff -r1.103 -r1.104 syssrc/sys/kern/syscalls.master

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.