diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-11-18 12:22:50 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-11-18 12:22:50 +0000 |
commit | 7b7c507c614caf371b89ec608c8a87d4426df271 (patch) | |
tree | 21f476044df409268d2ee58945cb0b69acf26629 /security/vpnc/files/patch-sysdep.h | |
parent | Remove duplicate port (lang/sdcc is already there). (diff) |
Update to 0.3.1:
- IPSec over UDP and NAT-T support
- added support for interactive authentication (security tokens for example)
- fixed IOS support
PR: ports/74040
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=121863
Diffstat (limited to 'security/vpnc/files/patch-sysdep.h')
-rw-r--r-- | security/vpnc/files/patch-sysdep.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/vpnc/files/patch-sysdep.h b/security/vpnc/files/patch-sysdep.h new file mode 100644 index 000000000000..b5b236b1d777 --- /dev/null +++ b/security/vpnc/files/patch-sysdep.h @@ -0,0 +1,10 @@ +--- sysdep.h.dist Wed Nov 17 16:37:52 2004 ++++ sysdep.h Wed Nov 17 16:37:37 2004 +@@ -1,6 +1,7 @@ + #ifndef __SYSDEP_H__ + #define __SYSDEP_H__ + ++#include <sys/types.h> + #include <netinet/in.h> + + int tun_open(char *dev); |