diff options
Diffstat (limited to 'bin/ksh/main.c')
-rw-r--r-- | bin/ksh/main.c | 4 |
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 |