mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Turn off _POSIX_SAVED_IDS
This commit is contained in:
parent
b0c23b0c8e
commit
d9b9984e23
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue