From 75fbdc005e74f8b79fabedd587d442045cd6b473 Mon Sep 17 00:00:00 2001 From: mycroft Date: Mon, 11 Dec 2000 04:55:09 +0000 Subject: [PATCH] Nuke LINUX_MACHDEP_PASS_PPID. --- sys/compat/linux/arch/alpha/linux_machdep.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sys/compat/linux/arch/alpha/linux_machdep.h b/sys/compat/linux/arch/alpha/linux_machdep.h index 1eb5ef55359d..5926981f1b8c 100644 --- a/sys/compat/linux/arch/alpha/linux_machdep.h +++ b/sys/compat/linux/arch/alpha/linux_machdep.h @@ -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 @@ dev_t linux_fakedev __P((dev_t)); __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 */