summaryrefslogtreecommitdiff
path: root/usr.bin/stat
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 /usr.bin/stat
parenta43127574ba4055cdf66955f4270ad65bedae9d5 (diff)
normalize a few more tame request orderings, to help review
Diffstat (limited to 'usr.bin/stat')
-rw-r--r--usr.bin/stat/stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/stat/stat.c b/usr.bin/stat/stat.c
index ee607f47532..9600d5807d6 100644
--- a/usr.bin/stat/stat.c
+++ b/usr.bin/stat/stat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: stat.c,v 1.20 2015/10/09 01:37:08 deraadt Exp $ */
+/* $OpenBSD: stat.c,v 1.21 2015/10/10 20:35:01 deraadt Exp $ */
/* $NetBSD: stat.c,v 1.19 2004/06/20 22:20:16 jmc Exp $ */
/*
@@ -158,7 +158,7 @@ main(int argc, char *argv[])
int lsF, fmtchar, usestat, fn, nonl, quiet;
char *statfmt, *options, *synopsis;
- if (pledge("stdio getpw rpath", NULL) == -1)
+ if (pledge("stdio rpath getpw", NULL) == -1)
err(1, "pledge");
lsF = 0;