summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-31 20:36:48 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-31 20:36:48 +0000
commitfa05726ccdeae19c7a51874f29509d0e467eaca5 (patch)
treee121ce246cef2039c4aab82f18727d8321324517 /sys/netinet
parent71bc7eb528df0b6b24bcbba3a10941837bd05f20 (diff)
Match IPSEC output prototypes.
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/tcp_subr.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c
index 12af26c39ca..8d56df93b48 100644
--- a/sys/netinet/tcp_subr.c
+++ b/sys/netinet/tcp_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcp_subr.c,v 1.42 2001/05/01 18:31:35 fgsch Exp $ */
+/* $OpenBSD: tcp_subr.c,v 1.43 2001/05/31 20:36:47 angelos Exp $ */
/* $NetBSD: tcp_subr.c,v 1.22 1996/02/13 23:44:00 christos Exp $ */
/*
@@ -1037,12 +1037,11 @@ tcp_signature_tdb_input(m, tdbp, skip, protoff)
}
int
-tcp_signature_tdb_output(m, tdbp, mp, skip, protoff, tdb2)
+tcp_signature_tdb_output(m, tdbp, mp, skip, protoff)
struct mbuf *m;
struct tdb *tdbp;
struct mbuf **mp;
int skip, protoff;
- struct tdb *tdb2;
{
return (EINVAL);
}