From 8d404b3642b5cd3bbc23b967a369465cdceef0a6 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 10 Oct 2015 20:35:02 +0000 Subject: normalize a few more tame request orderings, to help review --- bin/ksh/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ksh/main.c') 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 -- cgit v1.2.3