From d9b9984e235a06cb114a5e4a7fcadef263efc101 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 6 Dec 1996 22:51:11 +0000 Subject: [PATCH] Turn off _POSIX_SAVED_IDS --- sys/sys/unistd.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/sys/unistd.h b/sys/sys/unistd.h index 6d32262974a..b0d229fa75c 100644 --- a/sys/sys/unistd.h +++ b/sys/sys/unistd.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)unistd.h 8.2 (Berkeley) 1/7/94 - * $Id: unistd.h,v 1.8 1996/09/03 13:55:50 bde Exp $ + * $Id: unistd.h,v 1.9 1996/11/29 14:48:17 bde Exp $ */ #ifndef _SYS_UNISTD_H_ @@ -41,11 +41,10 @@ #define _POSIX_JOB_CONTROL /* implementation supports job control */ /* - * This feature does not work for root according to POSIX 1003.1. * We use the saved IDs in seteuid/setegid, which are not currently * part of the POSIX 1003.1 specification. */ -#define _POSIX_SAVED_IDS /* saved set-user-ID and set-group-ID */ +/* #define _POSIX_SAVED_IDS */ /* saved set-user-ID and set-group-ID */ #define _POSIX_VERSION 199009L #define _POSIX2_VERSION 199212L