14 lines
280 B
Diff
14 lines
280 B
Diff
diff --git a/src/worker-vpn.c b/src/worker-vpn.c
|
|
index 7765e84..cf2a6b6 100644
|
|
--- a/src/worker-vpn.c
|
|
+++ b/src/worker-vpn.c
|
|
@@ -46,7 +46,7 @@
|
|
#include <c-ctype.h>
|
|
#include <worker-bandwidth.h>
|
|
|
|
-#ifdef __linux__
|
|
+#if 0
|
|
/* for IPV6_PATHMTU */
|
|
# include <linux/in6.h>
|
|
#endif
|