[hackers] [slstatus] ip: Sort headers alphabetically || Aaron Marcher
commit b2b6eb638eadcdd5ea091d74f65b1c0a97e0df0a
Author: Aaron Marcher <me_AT_drkhsh.at>
AuthorDate: Wed May 2 08:21:32 2018 +0200
Commit: Aaron Marcher <me_AT_drkhsh.at>
CommitDate: Wed May 2 08:21:32 2018 +0200
ip: Sort headers alphabetically
diff --git a/components/ip.c b/components/ip.c
index 422b448..b1f8a05 100644
--- a/components/ip.c
+++ b/components/ip.c
_AT_@ -1,14 +1,13 @@
/* See LICENSE file for copyright and license details. */
-#if defined(__OpenBSD__)
-#include <sys/types.h>
-#include <sys/socket.h>
-#endif
-
#include <errno.h>
#include <ifaddrs.h>
#include <netdb.h>
#include <stdio.h>
#include <string.h>
+#if defined(__OpenBSD__)
+#include <sys/types.h>
+#include <sys/socket.h>
+#endif
#include "../util.h"
Received on Wed May 02 2018 - 08:26:47 CEST
This archive was generated by hypermail 2.3.0
: Wed May 02 2018 - 08:36:32 CEST