summaryrefslogtreecommitdiff
path: root/netcon
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-11-23 12:34:23 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-11-23 12:34:23 -0800
commit7a8480582492dd7881e3b9fb18423dc6e61c9fd6 (patch)
tree68d9c334d0624c27686e2f6ff470d53ba8dd366b /netcon
parent1d4563ac3155f24e478b4b4512466d81ff9eef1e (diff)
downloadinfinitytier-7a8480582492dd7881e3b9fb18423dc6e61c9fd6.tar.gz
infinitytier-7a8480582492dd7881e3b9fb18423dc6e61c9fd6.zip
Uncommit binary... :P
Diffstat (limited to 'netcon')
-rwxr-xr-xnetcon/Intercept.c2
-rwxr-xr-xnetcon/libzerotierintercept.so.1.0bin65422 -> 0 bytes
2 files changed, 0 insertions, 2 deletions
diff --git a/netcon/Intercept.c b/netcon/Intercept.c
index 4c47fa5c..f2e51a4a 100755
--- a/netcon/Intercept.c
+++ b/netcon/Intercept.c
@@ -72,7 +72,6 @@ static int (*realaccept4)(ACCEPT4_SIG);
static long (*realsyscall)(SYSCALL_SIG);
static int (*realclose)(CLOSE_SIG);
static int (*realclone)(CLONE_SIG);
-/* static int (*realpoll)(POLL_SIG); */
static int (*realdup2)(DUP2_SIG);
static int (*realdup3)(DUP3_SIG);
@@ -90,7 +89,6 @@ int accept4(ACCEPT4_SIG);
long syscall(SYSCALL_SIG);
int close(CLOSE_SIG);
int clone(CLONE_SIG);
-/* int poll(POLL_SIG); */
int dup2(DUP2_SIG);
int dup3(DUP3_SIG);
diff --git a/netcon/libzerotierintercept.so.1.0 b/netcon/libzerotierintercept.so.1.0
deleted file mode 100755
index 3e726875..00000000
--- a/netcon/libzerotierintercept.so.1.0
+++ /dev/null
Binary files differ