Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 12/01/2000 19:59:12
Module Name:	syssrc
Committed By:	jdolecek
Date:		Fri Dec  1 17:59:12 UTC 2000

Modified Files:
	syssrc/sys/sys: proc.h

Log Message:
add three emul flags:
EMUL_HAS_SYS___syscall - has SYS___syscall
EMUL_GETPID_PASS_PPID  - pass parent pid in getpid()
EMUL_GETID_PASS_EID    - pass also effective id in get[ug]id()


To generate a diff of this commit:
cvs rdiff -r1.112 -r1.113 syssrc/sys/sys/proc.h

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