summaryrefslogtreecommitdiff
path: root/security/isakmpd/files/patch-ca
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-05-20 02:31:11 +0000
committerWill Andrews <will@FreeBSD.org>2001-05-20 02:31:11 +0000
commitf3285252626b49cb88a8b6ead83989b08ffe9105 (patch)
tree32261d988708908eed5f9bfa1b2e390ccc7738c3 /security/isakmpd/files/patch-ca
parentAdd shapelib 1.2.8, a C API for reading and writing ArcView Shapefiles. (diff)
Add isakmpd 20010403, the OpenBSD IKE daemon. About time, too...
PR: 27274 Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi>
Diffstat (limited to 'security/isakmpd/files/patch-ca')
-rw-r--r--security/isakmpd/files/patch-ca10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/isakmpd/files/patch-ca b/security/isakmpd/files/patch-ca
new file mode 100644
index 000000000000..1b1ac59fa416
--- /dev/null
+++ b/security/isakmpd/files/patch-ca
@@ -0,0 +1,10 @@
+--- sysdep/freebsd/sysdep-os.h.orig Fri May 11 19:17:49 2001
++++ sysdep/freebsd/sysdep-os.h Fri May 11 19:18:01 2001
+@@ -44,7 +44,6 @@
+ /* We need in_addr_t, in_port_t & socklen_t. */
+ typedef u_int32_t in_addr_t;
+ typedef u_int16_t in_port_t;
+-typedef u_int32_t socklen_t;
+
+ #if 0
+ /* OpenSSL differs from OpenBSD very slightly... */