summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_subr.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/netinet/tcp_subr.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/netinet/tcp_subr.c')
-rw-r--r--sys/netinet/tcp_subr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c
index 7f4c0e53900..e517f5dbc2e 100644
--- a/sys/netinet/tcp_subr.c
+++ b/sys/netinet/tcp_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcp_subr.c,v 1.114 2012/12/28 17:52:06 gsoares Exp $ */
+/* $OpenBSD: tcp_subr.c,v 1.115 2013/03/28 16:45:16 tedu Exp $ */
/* $NetBSD: tcp_subr.c,v 1.22 1996/02/13 23:44:00 christos Exp $ */
/*
@@ -70,7 +70,6 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/proc.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/socketvar.h>