summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-12-07 00:16:04 +0000
committerache <ache@FreeBSD.org>1996-12-07 00:16:04 +0000
commit1527a413962a710e7a0ff273fb6bf4a480649c4f (patch)
treee71355e6d2c70ea267d6e3756d76944db1a1d7f6 /gnu/usr.bin
parent468189da8dc8f5800f91f42136c373855131c9b1 (diff)
downloadFreeBSD-src-1527a413962a710e7a0ff273fb6bf4a480649c4f.zip
FreeBSD-src-1527a413962a710e7a0ff273fb6bf4a480649c4f.tar.gz
Disable seteuid/setegid back, I overlook one place where
SETEUID chacked before SETREUID
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/perl/perl/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/perl/config.h b/gnu/usr.bin/perl/perl/config.h
index 4c56bd6..79f6a6c 100644
--- a/gnu/usr.bin/perl/perl/config.h
+++ b/gnu/usr.bin/perl/perl/config.h
@@ -353,14 +353,14 @@
* to change the effective gid of the current program.
* Do not use on systems with _POSIX_SAVED_IDS support.
*/
-#define HAS_SETEGID /**/
+/*#undef HAS_SETEGID /**/
/* HAS_SETEUID
* This symbol, if defined, indicates that the seteuid routine is available
* to change the effective uid of the current program.
* Do not use on systems with _POSIX_SAVED_IDS support.
*/
-#define HAS_SETEUID /**/
+/*#undef HAS_SETEUID /**/
/* HAS_SETPGRP
* This symbol, if defined, indicates that the setpgrp() routine is
OpenPOWER on IntegriCloud