summaryrefslogtreecommitdiff
path: root/security/isakmpd/files/patch-ca
blob: 1b1ac59fa4165c9ea606312a4ade880251c51b45 (plain) (blame)
1
2
3
4
5
6
7
8
9
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... */