Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux/arch/alpha Nuke LINUX_MACHDEP_PASS_PPID.



details:   https://anonhg.NetBSD.org/src/rev/96ea411ac195
branches:  trunk
changeset: 500375:96ea411ac195
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Mon Dec 11 04:55:09 2000 +0000

description:
Nuke LINUX_MACHDEP_PASS_PPID.

diffstat:

 sys/compat/linux/arch/alpha/linux_machdep.h |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 9e6e5de9b6a4 -r 96ea411ac195 sys/compat/linux/arch/alpha/linux_machdep.h
--- a/sys/compat/linux/arch/alpha/linux_machdep.h       Mon Dec 11 04:54:29 2000 +0000
+++ b/sys/compat/linux/arch/alpha/linux_machdep.h       Mon Dec 11 04:55:09 2000 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: linux_machdep.h,v 1.3 2000/12/01 20:31:13 jdolecek Exp $       */
+/*     $NetBSD: linux_machdep.h,v 1.4 2000/12/11 04:55:09 mycroft Exp $        */
 
 /*-
- * Copyright (c) 1998 The NetBSD Foundation, Inc.
+ * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
@@ -104,7 +104,4 @@
 __END_DECLS
 #endif /* !_KERNEL */
 
-/* pass parent ID in getpid() and pass effective id in get[ug]id() */
-#define LINUX_MACHDEP_PASS_PPID_AND_EUID
-
 #endif /* _ALPHA_LINUX_MACHDEP_H */



Home | Main Index | Thread Index | Old Index