Nuke LINUX_MACHDEP_PASS_PPID.

This commit is contained in:
mycroft 2000-12-11 04:55:09 +00:00
parent cfe0002fc5
commit 75fbdc005e
1 changed files with 2 additions and 5 deletions

View File

@ -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 */