summaryrefslogtreecommitdiffstats
path: root/usr.bin/sendbug/sendbug.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-10-10 20:35:00 +0000
committerderaadt <deraadt@openbsd.org>2015-10-10 20:35:00 +0000
commitecfe3494784be4f0b8dcc5bbae46f6782c4473e2 (patch)
tree3846c270b90a5c9086773de6861f5799f5a18e10 /usr.bin/sendbug/sendbug.c
parentnormalize the ordering of tame requests (particularily, "rpath wpath cpath", (diff)
downloadwireguard-openbsd-ecfe3494784be4f0b8dcc5bbae46f6782c4473e2.tar.xz
wireguard-openbsd-ecfe3494784be4f0b8dcc5bbae46f6782c4473e2.zip
normalize a few more tame request orderings, to help review
Diffstat (limited to 'usr.bin/sendbug/sendbug.c')
-rw-r--r--usr.bin/sendbug/sendbug.c4
1 files changed, 2 insertions, 2 deletions
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 <ray@cyth.net>.
@@ -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)