summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_ipip.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2001-06-19 00:48:22 +0000
committerderaadt <deraadt@openbsd.org>2001-06-19 00:48:22 +0000
commit64c11355f6aa8064980c858a577ad653a945689e (patch)
tree2dce8c69837dcb9b1442781cf8e74b736bcd7b56 /sys/netinet/ip_ipip.c
parentClarify that if strlcat() does not find a NUL within siz byte it (diff)
downloadwireguard-openbsd-64c11355f6aa8064980c858a577ad653a945689e.tar.xz
wireguard-openbsd-64c11355f6aa8064980c858a577ad653a945689e.zip
mop up after angelos
Diffstat (limited to 'sys/netinet/ip_ipip.c')
-rw-r--r--sys/netinet/ip_ipip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_ipip.c b/sys/netinet/ip_ipip.c
index 8f5d5eb3b7e..bb5bdf8d3b8 100644
--- a/sys/netinet/ip_ipip.c
+++ b/sys/netinet/ip_ipip.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ipip.c,v 1.16 2001/06/08 03:53:46 angelos Exp $ */
+/* $OpenBSD: ip_ipip.c,v 1.17 2001/06/19 00:48:23 deraadt Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
@@ -39,8 +39,8 @@
* IP-inside-IP processing
*/
-
#include <sys/param.h>
+#include <sys/systm.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/sysctl.h>