From ecfe3494784be4f0b8dcc5bbae46f6782c4473e2 Mon Sep 17 00:00:00 2001 From: deraadt Date: Sat, 10 Oct 2015 20:35:00 +0000 Subject: normalize a few more tame request orderings, to help review --- usr.bin/sendbug/sendbug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/sendbug/sendbug.c') diff --git a/usr.bin/sendbug/sendbug.c b/usr.bin/sendbug/sendbug.c index ab760d0175a..af83406d82d 100644 --- a/usr.bin/sendbug/sendbug.c +++ b/usr.bin/sendbug/sendbug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sendbug.c,v 1.70 2015/10/10 19:10:20 deraadt Exp $ */ +/* $OpenBSD: sendbug.c,v 1.71 2015/10/10 20:35:01 deraadt Exp $ */ /* * Written by Ray Lai . @@ -86,7 +86,7 @@ main(int argc, char *argv[]) time_t mtime; FILE *fp; - if (pledge("stdio getpw rpath wpath cpath tmppath proc exec", NULL) == -1) + if (pledge("stdio rpath wpath cpath tmppath getpw proc exec", NULL) == -1) err(1, "pledge"); while ((ch = getopt(argc, argv, "DEPV")) != -1) -- cgit v1.2.3-59-g8ed1b