openvpn/openvpn.patch

Fri, 07 Sep 2012 19:01:31 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 07 Sep 2012 19:01:31 +0200
changeset 666
0c12a9c824a0
child 668
4b4e887677a9
permissions
-rw-r--r--

Import package vendor original specs for necessary manipulations.

     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)
     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
    13  void

mercurial