summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_usrreq.c
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2007-09-01 18:49:27 +0000
committerhenning <henning@openbsd.org>2007-09-01 18:49:27 +0000
commit8efe75c53947e0ee552b7b7c5f86953a4ddfbd77 (patch)
treec1099ec9604992be2aaadd1ece4de52341cf28b1 /sys/netinet/tcp_usrreq.c
parentUse an int, not a size_t, to store the return value of snprintf(). (diff)
downloadwireguard-openbsd-8efe75c53947e0ee552b7b7c5f86953a4ddfbd77.tar.xz
wireguard-openbsd-8efe75c53947e0ee552b7b7c5f86953a4ddfbd77.zip
since the
MGET* macros were changed to function calls, there wasn't any need for the pool declarations and the inclusion of pool.h From: tbert <bret.lambert@gmail.com>
Diffstat (limited to 'sys/netinet/tcp_usrreq.c')
-rw-r--r--sys/netinet/tcp_usrreq.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c
index 2e5be5cde16..8ccbf810f24 100644
--- a/sys/netinet/tcp_usrreq.c
+++ b/sys/netinet/tcp_usrreq.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcp_usrreq.c,v 1.91 2007/06/25 12:17:43 markus Exp $ */
+/* $OpenBSD: tcp_usrreq.c,v 1.92 2007/09/01 18:49:28 henning Exp $ */
/* $NetBSD: tcp_usrreq.c,v 1.20 1996/02/13 23:44:16 christos Exp $ */
/*
@@ -78,6 +78,7 @@
#include <sys/sysctl.h>
#include <sys/domain.h>
#include <sys/kernel.h>
+#include <sys/pool.h>
#include <dev/rndvar.h>