summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-10-07 14:16:09 +0000
committerderaadt <deraadt@openbsd.org>2015-10-07 14:16:09 +0000
commit89b686069c1d24df745739be7b47d87e615df6d7 (patch)
treed4df24a8ece972b56334dab510d4020fc0974cc3
parent*** empty log message *** (diff)
downloadwireguard-openbsd-89b686069c1d24df745739be7b47d87e615df6d7.tar.xz
wireguard-openbsd-89b686069c1d24df745739be7b47d87e615df6d7.zip
Oops, not quite ready for tame() here. People need time to update
their kernels, before it starts using the new "exec" primitive. HINT: everyone, update your kernels, tame is coming to make really soon.
-rw-r--r--usr.bin/make/main.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c
index 50db891ce3c..faba8690ceb 100644
--- a/usr.bin/make/main.c
+++ b/usr.bin/make/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.111 2015/10/07 14:14:30 deraadt Exp $ */
+/* $OpenBSD: main.c,v 1.112 2015/10/07 14:16:09 deraadt Exp $ */
/* $NetBSD: main.c,v 1.34 1997/03/24 20:56:36 gwr Exp $ */
/*
@@ -192,9 +192,6 @@ MainParseArgs(int argc, char **argv)
#define OPTFLAGS "BC:D:I:SV:d:ef:ij:km:npqrst"
#define OPTLETTERS "BSiknpqrst"
- if (tame("stdio rpath wpath cpath proc exec", NULL) == -1)
- err(1, "tame");
-
optind = 1; /* since we're called more than once */
optreset = 1;
optend = 0;