diff options
author | Chad Loder <cloder@cvs.openbsd.org> | 2005-04-08 16:07:23 +0000 |
---|---|---|
committer | Chad Loder <cloder@cvs.openbsd.org> | 2005-04-08 16:07:23 +0000 |
commit | d684b8832a75f3b2a437bd8a26e0867cedec1665 (patch) | |
tree | 36f98423883b8e289ebeef72c5bb30e9b94f0200 /sbin/isakmpd/udp.c | |
parent | 2ee307bc61874da9da57c2e522b072b503efd457 (diff) |
Remove references to LINUX_IPSEC
Diffstat (limited to 'sbin/isakmpd/udp.c')
-rw-r--r-- | sbin/isakmpd/udp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/isakmpd/udp.c b/sbin/isakmpd/udp.c index 75b27510b7a..5378f26e168 100644 --- a/sbin/isakmpd/udp.c +++ b/sbin/isakmpd/udp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: udp.c,v 1.85 2005/04/04 19:31:11 deraadt Exp $ */ +/* $OpenBSD: udp.c,v 1.86 2005/04/08 16:07:22 cloder Exp $ */ /* $EOM: udp.c,v 1.57 2001/01/26 10:09:57 niklas Exp $ */ /* @@ -34,9 +34,7 @@ #include <sys/types.h> #include <sys/ioctl.h> #include <sys/socket.h> -#ifndef linux #include <sys/sockio.h> -#endif #include <net/if.h> #include <netinet/in.h> #include <arpa/inet.h> |