summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2007-11-24 17:09:13 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2007-11-24 17:09:13 +0000
commite5d088836945cef7d6e3fa2cc5c6209226cee37c (patch)
treeadb60c0b4a0d8c6a4a115b6012c6857b5f007dc6 /usr.sbin
parent1e4c54457c1564750abf461e0fd7d80673ec715c (diff)
style(9) for includes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/hoststatectl/hoststatectl.c7
-rw-r--r--usr.sbin/hoststatectl/parser.c6
-rw-r--r--usr.sbin/relayctl/parser.c6
-rw-r--r--usr.sbin/relayctl/relayctl.c7
4 files changed, 16 insertions, 10 deletions
diff --git a/usr.sbin/hoststatectl/hoststatectl.c b/usr.sbin/hoststatectl/hoststatectl.c
index b5cda3f8559..2ce1db20476 100644
--- a/usr.sbin/hoststatectl/hoststatectl.c
+++ b/usr.sbin/hoststatectl/hoststatectl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hoststatectl.c,v 1.26 2007/11/23 09:39:42 reyk Exp $ */
+/* $OpenBSD: hoststatectl.c,v 1.27 2007/11/24 17:09:12 reyk Exp $ */
/*
* Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -23,11 +23,12 @@
#include <sys/socket.h>
#include <sys/queue.h>
#include <sys/un.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
+
#include <net/if.h>
#include <net/if_media.h>
#include <net/if_types.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
#include <err.h>
#include <errno.h>
diff --git a/usr.sbin/hoststatectl/parser.c b/usr.sbin/hoststatectl/parser.c
index 0ee00021098..ec70d997eb8 100644
--- a/usr.sbin/hoststatectl/parser.c
+++ b/usr.sbin/hoststatectl/parser.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.c,v 1.15 2007/11/20 15:37:24 pyr Exp $ */
+/* $OpenBSD: parser.c,v 1.16 2007/11/24 17:09:12 reyk Exp $ */
/*
* Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -21,9 +21,11 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/queue.h>
-#include <netinet/in.h>
+
#include <net/if.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
+
#include <err.h>
#include <errno.h>
#include <limits.h>
diff --git a/usr.sbin/relayctl/parser.c b/usr.sbin/relayctl/parser.c
index 0ee00021098..ec70d997eb8 100644
--- a/usr.sbin/relayctl/parser.c
+++ b/usr.sbin/relayctl/parser.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.c,v 1.15 2007/11/20 15:37:24 pyr Exp $ */
+/* $OpenBSD: parser.c,v 1.16 2007/11/24 17:09:12 reyk Exp $ */
/*
* Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -21,9 +21,11 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/queue.h>
-#include <netinet/in.h>
+
#include <net/if.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
+
#include <err.h>
#include <errno.h>
#include <limits.h>
diff --git a/usr.sbin/relayctl/relayctl.c b/usr.sbin/relayctl/relayctl.c
index f6079156982..8236229a9ef 100644
--- a/usr.sbin/relayctl/relayctl.c
+++ b/usr.sbin/relayctl/relayctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: relayctl.c,v 1.26 2007/11/23 09:39:42 reyk Exp $ */
+/* $OpenBSD: relayctl.c,v 1.27 2007/11/24 17:09:12 reyk Exp $ */
/*
* Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -23,11 +23,12 @@
#include <sys/socket.h>
#include <sys/queue.h>
#include <sys/un.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
+
#include <net/if.h>
#include <net/if_media.h>
#include <net/if_types.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
#include <err.h>
#include <errno.h>