From: angelos Date: Tue, 21 Mar 2000 04:53:13 +0000 (+0000) Subject: Fix function to comply with prototype. Kind of moot, as tcp signatures X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9c8ec827aa259138ea07a4e8c9a01733fec63067;p=openbsd Fix function to comply with prototype. Kind of moot, as tcp signatures don't work yet anyhow, so there's no point compiling them in. --- diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index c87800e1e02..c27361f00d3 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_subr.c,v 1.24 2000/02/29 05:25:53 itojun Exp $ */ +/* $OpenBSD: tcp_subr.c,v 1.25 2000/03/21 04:53:13 angelos Exp $ */ /* $NetBSD: tcp_subr.c,v 1.22 1996/02/13 23:44:00 christos Exp $ */ /* @@ -835,7 +835,7 @@ tcp_signature_tdb_zeroize(tdbp) return (0); } -struct mbuf * +int tcp_signature_tdb_input(m, tdbp, skip, protoff) struct mbuf *m; struct tdb *tdbp;