summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/exec_script.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/exec_script.h b/sys/sys/exec_script.h
index ad3cf43b242..4f099a53adf 100644
--- a/sys/sys/exec_script.h
+++ b/sys/sys/exec_script.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_script.h,v 1.5 2008/09/19 05:41:29 djm Exp $ */
+/* $OpenBSD: exec_script.h,v 1.6 2018/02/07 20:31:57 tedu Exp $ */
/* $NetBSD: exec_script.h,v 1.6 1995/03/26 20:24:11 jtc Exp $ */
/*
@@ -35,8 +35,6 @@
#define EXEC_SCRIPT_MAGICLEN 2
#define EXEC_SCRIPT_HDRSZ (EXEC_SCRIPT_MAGICLEN + 1 + MAXINTERP + 1)
-#define SETUIDSCRIPTS /* they are secure, so enable them */
-
#ifdef _KERNEL
/* the shell script handler's entry in the exec switch */