diff options
Diffstat (limited to 'sys/netinet/ipsec_input.c')
-rw-r--r-- | sys/netinet/ipsec_input.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/ipsec_input.c b/sys/netinet/ipsec_input.c index 0a2b1da7597..c5e0c104ad6 100644 --- a/sys/netinet/ipsec_input.c +++ b/sys/netinet/ipsec_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsec_input.c,v 1.108 2012/09/26 14:53:23 markus Exp $ */ +/* $OpenBSD: ipsec_input.c,v 1.109 2013/03/28 16:45:16 tedu Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -42,7 +42,6 @@ #include <sys/protosw.h> #include <sys/mbuf.h> #include <sys/socket.h> -#include <sys/proc.h> #include <sys/sysctl.h> #include <sys/kernel.h> |