diff options
Diffstat (limited to 'net/iodine/files/patch-tun.c')
-rw-r--r-- | net/iodine/files/patch-tun.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/iodine/files/patch-tun.c b/net/iodine/files/patch-tun.c deleted file mode 100644 index 3c25e722d8c8..000000000000 --- a/net/iodine/files/patch-tun.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/tun.c.orig 2009-12-10 20:26:35.000000000 -0800 -+++ src/tun.c 2009-12-10 20:26:46.000000000 -0800 -@@ -402,10 +402,9 @@ - } - #ifndef WINDOWS32 - snprintf(cmdline, sizeof(cmdline), -- "/sbin/ifconfig %s %s %s netmask %s", -+ "/sbin/ifconfig %s %s netmask %s", - if_name, - ip, -- ip, - inet_ntoa(net)); - - fprintf(stderr, "Setting IP of %s to %s\n", if_name, ip); |