|
From: Samuli S. <sa...@op...> - 2011-05-26 13:24:01
|
From: Samuli Seppanen <sa...@op...>
Partially fixes ticket #137
Signed-off-by: Gert Doering <ge...@gr...>
Tested-by: Samuli Seppänen <sa...@op...>
Signed-off-by: Samuli Seppänen <sa...@op...>
---
tun.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tun.c b/tun.c
index 895409a..8cdd248 100644
--- a/tun.c
+++ b/tun.c
@@ -572,7 +572,7 @@ init_tun_post (struct tuntap *tt,
#endif
}
-#if defined(TARGET_WIN32) || \
+#if defined(WIN32) || \
defined(TARGET_DARWIN) || defined(TARGET_NETBSD) || defined(TARGET_OPENBSD)
/* some of the platforms will auto-add a "network route" pointing
--
1.6.3.3
|