summaryrefslogtreecommitdiff
path: root/attic
diff options
context:
space:
mode:
authorMichael Aldridge <aldridge.mac@gmail.com>2016-07-06 02:38:23 -0500
committerMichael Aldridge <aldridge.mac@gmail.com>2016-07-06 02:38:23 -0500
commit1a896949804f60161118b742cadd2bf9c290420b (patch)
tree297d1453672e5d1cdd5a1eed2accc74e13ad8f3f /attic
parent4218cd13d5c73b9860568ec651142e16d95559a1 (diff)
downloadinfinitytier-1a896949804f60161118b742cadd2bf9c290420b.tar.gz
infinitytier-1a896949804f60161118b742cadd2bf9c290420b.zip
Remove explicit sys/sysctl.h includes
Explicitly including sys/sysctl.h breaks the ability to build against muslc.
Diffstat (limited to 'attic')
-rw-r--r--attic/OSXEthernetTap.cpp.pcap-with-bridge-test1
-rw-r--r--attic/OSXEthernetTap.cpp.utun-work-in-progress1
2 files changed, 0 insertions, 2 deletions
diff --git a/attic/OSXEthernetTap.cpp.pcap-with-bridge-test b/attic/OSXEthernetTap.cpp.pcap-with-bridge-test
index 60194421..baae0a4b 100644
--- a/attic/OSXEthernetTap.cpp.pcap-with-bridge-test
+++ b/attic/OSXEthernetTap.cpp.pcap-with-bridge-test
@@ -43,7 +43,6 @@
#include <sys/cdefs.h>
#include <sys/uio.h>
#include <sys/param.h>
-#include <sys/sysctl.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/attic/OSXEthernetTap.cpp.utun-work-in-progress b/attic/OSXEthernetTap.cpp.utun-work-in-progress
index b7a05334..f40483e8 100644
--- a/attic/OSXEthernetTap.cpp.utun-work-in-progress
+++ b/attic/OSXEthernetTap.cpp.utun-work-in-progress
@@ -43,7 +43,6 @@
#include <sys/cdefs.h>
#include <sys/uio.h>
#include <sys/param.h>
-#include <sys/sysctl.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/sys_domain.h>