diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-01-14 05:25:44 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-01-14 05:25:44 +0000 |
commit | 72768e644a7adde141c59f7dc4418c165f88f54c (patch) | |
tree | cc81ed50a3cae40bf01cd411e2187771a2452b79 /net-mgmt/statsite/files | |
parent | 432f44171da6eca8a921cbb8b01cab02dbc3334e (diff) |
Notes
Diffstat (limited to 'net-mgmt/statsite/files')
-rw-r--r-- | net-mgmt/statsite/files/patch-src_networking.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-mgmt/statsite/files/patch-src_networking.c b/net-mgmt/statsite/files/patch-src_networking.c new file mode 100644 index 000000000000..46319bc18ab4 --- /dev/null +++ b/net-mgmt/statsite/files/patch-src_networking.c @@ -0,0 +1,14 @@ +--- src/networking.c.orig 2015-01-14 05:12:08 UTC ++++ src/networking.c +@@ -1,9 +1,9 @@ + #include <arpa/inet.h> + #include <fcntl.h> +-#include <netinet/in.h> +-#include <netinet/tcp.h> + #include <sys/socket.h> + #include <sys/types.h> ++#include <netinet/in.h> ++#include <netinet/tcp.h> + #include <sys/uio.h> + #include <syslog.h> + #include <unistd.h> |