diff options
author | 2013-03-28 16:45:16 +0000 | |
---|---|---|
committer | 2013-03-28 16:45:16 +0000 | |
commit | 1a83ae4238fb52a588d296f62e049544e09809cf (patch) | |
tree | 82a874ef8ce58cb6f6103d5aa4952c93b52999e3 /sys/netinet/ipsec_input.c | |
parent | switch to the new resolver implementation. (diff) | |
download | wireguard-openbsd-1a83ae4238fb52a588d296f62e049544e09809cf.tar.xz wireguard-openbsd-1a83ae4238fb52a588d296f62e049544e09809cf.zip |
no need for a lot of code to include proc.h
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> |