diff options
Diffstat (limited to 'security/vpnc/files')
-rw-r--r-- | security/vpnc/files/patch-sysdep.h | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/security/vpnc/files/patch-sysdep.h b/security/vpnc/files/patch-sysdep.h index a80eb49420d4..66ef9172bfa3 100644 --- a/security/vpnc/files/patch-sysdep.h +++ b/security/vpnc/files/patch-sysdep.h @@ -1,6 +1,19 @@ ---- sysdep.h.orig 2008-11-19 20:36:12 UTC -+++ sysdep.h -@@ -86,6 +86,7 @@ int tun_get_hwaddr(int fd, char *dev, ui +--- sysdep.h.orig 2008-11-19 21:36:12.000000000 +0100 ++++ sysdep.h 2015-03-03 21:35:27.443313082 +0100 +@@ -75,17 +75,20 @@ + /***************************************************************************/ + #if defined(__FreeBSD_kernel__) + #define HAVE_SA_LEN 1 ++/* %%FREEBSD_IPLEN_FIX%% */ + #endif + + /***************************************************************************/ + #if defined(__FreeBSD__) + #define HAVE_SA_LEN 1 ++/* %%FREEBSD_IPLEN_FIX%% */ + + #define HAVE_VASPRINTF 1 + #define HAVE_ASPRINTF 1 #define HAVE_FGETLN 1 #define HAVE_UNSETENV 1 #define HAVE_SETENV 1 @@ -8,7 +21,7 @@ #endif /***************************************************************************/ -@@ -97,6 +98,7 @@ int tun_get_hwaddr(int fd, char *dev, ui +@@ -97,6 +100,7 @@ #define HAVE_FGETLN 1 #define HAVE_UNSETENV 1 #define HAVE_SETENV 1 |