Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Nuke some emul flags.
details: https://anonhg.NetBSD.org/src/rev/85bc9cc305f0
branches: trunk
changeset: 500278:85bc9cc305f0
user: mycroft <mycroft%NetBSD.org@localhost>
date: Sat Dec 09 07:06:52 2000 +0000
description:
Nuke some emul flags.
diffstat:
sys/sys/proc.h | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (20 lines):
diff -r a609bbf30f1f -r 85bc9cc305f0 sys/sys/proc.h
--- a/sys/sys/proc.h Sat Dec 09 07:05:10 2000 +0000
+++ b/sys/sys/proc.h Sat Dec 09 07:06:52 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: proc.h,v 1.113 2000/12/01 17:59:12 jdolecek Exp $ */
+/* $NetBSD: proc.h,v 1.114 2000/12/09 07:06:52 mycroft Exp $ */
/*-
* Copyright (c) 1986, 1989, 1991, 1993
@@ -110,9 +110,7 @@
};
#define EMUL_HAS_SYS___syscall 0x001 /* has SYS___syscall */
-#define EMUL_GETPID_PASS_PPID 0x002 /* pass parent pid in getpid() */
-#define EMUL_GETID_PASS_EID 0x003 /* pass also effective id in
- * get[ug]id() */
+
/*
* Description of a process.
*
Home |
Main Index |
Thread Index |
Old Index