Turn off _POSIX_SAVED_IDS

This commit is contained in:
Andrey A. Chernov 1996-12-06 22:51:11 +00:00
parent b0c23b0c8e
commit d9b9984e23

View file

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