summaryrefslogtreecommitdiff
path: root/attic
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2016-07-21 15:16:22 -0700
committerGitHub <noreply@github.com>2016-07-21 15:16:22 -0700
commit095aef5f30f634416dac2faa061f69e49c0bc729 (patch)
treec6c282dc1a623205f777a7a519db987115bc2877 /attic
parent145ac31c8aedac69a466c3e7128007ebcaed6906 (diff)
parent1a896949804f60161118b742cadd2bf9c290420b (diff)
downloadinfinitytier-095aef5f30f634416dac2faa061f69e49c0bc729.tar.gz
infinitytier-095aef5f30f634416dac2faa061f69e49c0bc729.zip
Merge pull request #348 from the-maldridge/remove-sysctl
Remove explicit sys/sysctl.h includes
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>