summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/raw_ip6.c
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2013-03-28 16:45:16 +0000
committertedu <tedu@openbsd.org>2013-03-28 16:45:16 +0000
commit1a83ae4238fb52a588d296f62e049544e09809cf (patch)
tree82a874ef8ce58cb6f6103d5aa4952c93b52999e3 /sys/netinet6/raw_ip6.c
parentswitch to the new resolver implementation. (diff)
downloadwireguard-openbsd-1a83ae4238fb52a588d296f62e049544e09809cf.tar.xz
wireguard-openbsd-1a83ae4238fb52a588d296f62e049544e09809cf.zip
no need for a lot of code to include proc.h
Diffstat (limited to 'sys/netinet6/raw_ip6.c')
-rw-r--r--sys/netinet6/raw_ip6.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet6/raw_ip6.c b/sys/netinet6/raw_ip6.c
index c5b6f394514..0a2559a6d69 100644
--- a/sys/netinet6/raw_ip6.c
+++ b/sys/netinet6/raw_ip6.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: raw_ip6.c,v 1.48 2013/03/28 00:32:11 bluhm Exp $ */
+/* $OpenBSD: raw_ip6.c,v 1.49 2013/03/28 16:45:16 tedu Exp $ */
/* $KAME: raw_ip6.c,v 1.69 2001/03/04 15:55:44 itojun Exp $ */
/*
@@ -69,7 +69,6 @@
#include <sys/socketvar.h>
#include <sys/errno.h>
#include <sys/systm.h>
-#include <sys/proc.h>
#include <sys/sysctl.h>
#include <net/if.h>