1
0

patch-sysdep_c 422 B

1234567891011121314151617
  1. --- vpnc-0.5.3.orig/sysdep.c 2008-11-19 21:36:12.000000000 +0100
  2. +++ vpnc-0.5.3/sysdep.c 2013-12-23 14:15:07.000000000 +0100
  3. @@ -58,14 +58,10 @@
  4. #if defined(__DragonFly__)
  5. #include <net/tun/if_tun.h>
  6. -#elif defined(__linux__)
  7. -#include <linux/if_tun.h>
  8. #elif defined(__APPLE__)
  9. /* no header for tun */
  10. #elif defined(__CYGWIN__)
  11. #include "tap-win32.h"
  12. -#else
  13. -#include <net/if_tun.h>
  14. #endif
  15. #include "sysdep.h"