artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf608a1
)
Fix function to comply with prototype. Kind of moot, as tcp signatures
author
angelos
<angelos@openbsd.org>
Tue, 21 Mar 2000 04:53:13 +0000
(
04:53
+0000)
committer
angelos
<angelos@openbsd.org>
Tue, 21 Mar 2000 04:53:13 +0000
(
04:53
+0000)
don't work yet anyhow, so there's no point compiling them in.
sys/netinet/tcp_subr.c
patch
|
blob
|
history
diff --git
a/sys/netinet/tcp_subr.c
b/sys/netinet/tcp_subr.c
index
c87800e
..
c27361f
100644
(file)
--- a/
sys/netinet/tcp_subr.c
+++ b/
sys/netinet/tcp_subr.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: tcp_subr.c,v 1.2
4 2000/02/29 05:25:53 itojun Exp $
*/
+/* $OpenBSD: tcp_subr.c,v 1.2
5 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;