Fri, 07 Sep 2012 19:01:31 +0200
Import package vendor original specs for necessary manipulations.
michael@666 | 1 | Index: tun.c |
michael@666 | 2 | --- tun.c.orig 2011-04-06 18:05:52.000000000 +0200 |
michael@666 | 3 | +++ tun.c 2011-04-30 10:22:38.000000000 +0200 |
michael@666 | 4 | @@ -1400,7 +1400,8 @@ |
michael@666 | 5 | #elif defined(TARGET_SOLARIS) |
michael@666 | 6 | |
michael@666 | 7 | #ifndef TUNNEWPPA |
michael@666 | 8 | -#error I need the symbol TUNNEWPPA from net/if_tun.h |
michael@666 | 9 | +#warning I usually need the symbol TUNNEWPPA from net/if_tun.h -- using a shameless local copy taken from TUN 1.1 |
michael@666 | 10 | +#define TUNNEWPPA (('T'<<16) | 0x0001) |
michael@666 | 11 | #endif |
michael@666 | 12 | |
michael@666 | 13 | void |