diff options
Diffstat (limited to 'sys/netinet/tcp_subr.c')
-rw-r--r-- | sys/netinet/tcp_subr.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index 4bc0ae71247..12af26c39ca 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_subr.c,v 1.41 2001/04/06 04:42:09 csapuntz Exp $ */ +/* $OpenBSD: tcp_subr.c,v 1.42 2001/05/01 18:31:35 fgsch Exp $ */ /* $NetBSD: tcp_subr.c,v 1.22 1996/02/13 23:44:00 christos Exp $ */ /* @@ -1037,11 +1037,12 @@ tcp_signature_tdb_input(m, tdbp, skip, protoff) } int -tcp_signature_tdb_output(m, tdbp, mp, skip, protoff) +tcp_signature_tdb_output(m, tdbp, mp, skip, protoff, tdb2) struct mbuf *m; struct tdb *tdbp; struct mbuf **mp; int skip, protoff; + struct tdb *tdb2; { return (EINVAL); } |