summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_usrreq.c
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2003-02-12 14:41:07 +0000
committerjason <jason@openbsd.org>2003-02-12 14:41:07 +0000
commit0c4981b0356faeb2095f083671123fe6d374f05a (patch)
tree246e94b4bde3163d46ca043f67d3f5ddf7d6b2da /sys/netinet/tcp_usrreq.c
parentFix BNF for rdr and nat to match merge of rdr and nat parsing. (diff)
downloadwireguard-openbsd-0c4981b0356faeb2095f083671123fe6d374f05a.tar.xz
wireguard-openbsd-0c4981b0356faeb2095f083671123fe6d374f05a.zip
Remove commons; inspired by netbsd.
Diffstat (limited to 'sys/netinet/tcp_usrreq.c')
-rw-r--r--sys/netinet/tcp_usrreq.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c
index 96792abdb5c..0cb17be3322 100644
--- a/sys/netinet/tcp_usrreq.c
+++ b/sys/netinet/tcp_usrreq.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcp_usrreq.c,v 1.67 2002/09/11 03:15:36 itojun Exp $ */
+/* $OpenBSD: tcp_usrreq.c,v 1.68 2003/02/12 14:41:08 jason Exp $ */
/* $NetBSD: tcp_usrreq.c,v 1.20 1996/02/13 23:44:16 christos Exp $ */
/*
@@ -111,6 +111,8 @@ extern int tcp_rst_ppslim;
/* from in_pcb.c */
extern struct baddynamicports baddynamicports;
+struct inpcbtable tcbtable;
+
int tcp_ident(void *, size_t *, void *, size_t);
#ifdef INET6