summaryrefslogtreecommitdiffstats
path: root/libutil/login_cap.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/login_cap.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/login_cap.c')
-rw-r--r--libutil/login_cap.c17
1 files changed, 8 insertions, 9 deletions
diff --git a/libutil/login_cap.c b/libutil/login_cap.c
index 7d50128..b719303 100644
--- a/libutil/login_cap.c
+++ b/libutil/login_cap.c
@@ -29,21 +29,20 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <errno.h>
-#include <fcntl.h>
-#include <unistd.h>
-
#include <sys/types.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/param.h>
-#include <pwd.h>
+#include <errno.h>
+#include <fcntl.h>
#include <libutil.h>
-#include <syslog.h>
#include <login_cap.h>
+#include <pwd.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <syslog.h>
+#include <unistd.h>
/*
* allocstr()