openvpn/openvpn.patch

changeset 666
0c12a9c824a0
child 668
4b4e887677a9
equal deleted inserted replaced
-1:000000000000 0:ceef6622abdb
1 Index: tun.c
2 --- tun.c.orig 2011-04-06 18:05:52.000000000 +0200
3 +++ tun.c 2011-04-30 10:22:38.000000000 +0200
4 @@ -1400,7 +1400,8 @@
5 #elif defined(TARGET_SOLARIS)
6
7 #ifndef TUNNEWPPA
8 -#error I need the symbol TUNNEWPPA from net/if_tun.h
9 +#warning I usually need the symbol TUNNEWPPA from net/if_tun.h -- using a shameless local copy taken from TUN 1.1
10 +#define TUNNEWPPA (('T'<<16) | 0x0001)
11 #endif
12
13 void

mercurial