summaryrefslogtreecommitdiffstats
path: root/libutil/pw_util.c
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2003-06-14 18:42:37 +0000
committerMark Murray <markm@FreeBSD.org>2003-06-14 18:42:37 +0000
commita6667f4dc06de0649c4f0bfe99d315c1e7aaac42 (patch)
treebde756a1647b2555f393bf6b40809280821a1c32 /libutil/pw_util.c
parent30f44fdc057acf4ade89a3e4d6fc8c8d6baacdc2 (diff)
downloadpw-darwin-a6667f4dc06de0649c4f0bfe99d315c1e7aaac42.tar.gz
pw-darwin-a6667f4dc06de0649c4f0bfe99d315c1e7aaac42.tar.zst
pw-darwin-a6667f4dc06de0649c4f0bfe99d315c1e7aaac42.zip
Tidy up. Sort headers.
Diffstat (limited to 'libutil/pw_util.c')
-rw-r--r--libutil/pw_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libutil/pw_util.c b/libutil/pw_util.c
index a545878..114bf72 100644
--- a/libutil/pw_util.c
+++ b/libutil/pw_util.c
@@ -58,8 +58,8 @@ static const char rcsid[] =
#include <sys/stat.h>
#include <sys/wait.h>
-#include <err.h>
#include <ctype.h>
+#include <err.h>
#include <fcntl.h>
#include <inttypes.h>
#include <libgen.h>