summaryrefslogtreecommitdiff
path: root/bin/ksh
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-10-10 20:35:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-10-10 20:35:02 +0000
commit8d404b3642b5cd3bbc23b967a369465cdceef0a6 (patch)
tree80a8faa0a10379f34dd9410045ffcc2e145eaf49 /bin/ksh
parenta43127574ba4055cdf66955f4270ad65bedae9d5 (diff)
normalize a few more tame request orderings, to help review
Diffstat (limited to 'bin/ksh')
-rw-r--r--bin/ksh/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/main.c b/bin/ksh/main.c
index c6bfd305820..8cf21dc96e5 100644
--- a/bin/ksh/main.c
+++ b/bin/ksh/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.61 2015/10/10 00:10:07 deraadt Exp $ */
+/* $OpenBSD: main.c,v 1.62 2015/10/10 20:35:00 deraadt Exp $ */
/*
* startup, main loop, environments and error handling
@@ -103,7 +103,7 @@ main(int argc, char *argv[])
kshname = argv[0];
#ifndef MKNOD
- if (pledge("stdio rpath wpath cpath getpw fattr proc exec tty", NULL) == -1)
+ if (pledge("stdio rpath wpath cpath fattr getpw proc exec tty", NULL) == -1)
perror("pledge");
#endif