diff options
author | 2013-10-23 15:12:42 +0000 | |
---|---|---|
committer | 2013-10-23 15:12:42 +0000 | |
commit | 48a59fe3de1bf0741c6557eb9f5dcbf9d9c5b9a3 (patch) | |
tree | 980637fc8c10e433bdde3004b27deb7a8c26846d /sys/netinet/ipsec_input.c | |
parent | No need to expose twice in_socktrim(), it is only used in one file. (diff) | |
download | wireguard-openbsd-48a59fe3de1bf0741c6557eb9f5dcbf9d9c5b9a3.tar.xz wireguard-openbsd-48a59fe3de1bf0741c6557eb9f5dcbf9d9c5b9a3.zip |
Remove the number of in_var.h inclusions by moving some functions and
global variables to in.h.
ok mikeb@, deraadt@
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 3e99bc30653..d503816c75b 100644 --- a/sys/netinet/ipsec_input.c +++ b/sys/netinet/ipsec_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsec_input.c,v 1.116 2013/10/17 16:27:44 bluhm Exp $ */ +/* $OpenBSD: ipsec_input.c,v 1.117 2013/10/23 15:12:42 mpi Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -59,7 +59,6 @@ #include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/ip_var.h> -#include <netinet/in_var.h> #include <netinet/ip_icmp.h> #include <netinet/tcp.h> #include <netinet/udp.h> |