diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1999-07-17 23:41:47 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1999-07-17 23:41:47 +0000 |
commit | f6a17bf360416ac496a7450da97334fddd8be6c7 (patch) | |
tree | 63dbf1cef07bcbdea23cd5454ab4ccab234211a5 /sys/netinet/tcp_var.h | |
parent | 5c17fbcfd5e5aa3f34351dcabe619f16c8d4ed50 (diff) |
revert tcp_input.c to before 07/01/1999 - this seems to solve the mysterious
data corruptions and panics that people have experienced. by reverting
we loose tcp signatures and ipv6 cleanups, the code looked correct to me.
Diffstat (limited to 'sys/netinet/tcp_var.h')
-rw-r--r-- | sys/netinet/tcp_var.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index 7b583c5fae5..9ac7ef96eed 100644 --- a/sys/netinet/tcp_var.h +++ b/sys/netinet/tcp_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_var.h,v 1.21 1999/07/06 20:17:53 cmetz Exp $ */ +/* $OpenBSD: tcp_var.h,v 1.22 1999/07/17 23:41:46 provos Exp $ */ /* $NetBSD: tcp_var.h,v 1.17 1996/02/13 23:44:24 christos Exp $ */ /* @@ -330,8 +330,8 @@ struct tcpcb * tcp_disconnect __P((struct tcpcb *)); struct tcpcb * tcp_drop __P((struct tcpcb *, int)); -int tcp_dooptions __P((struct tcpcb *, u_char *, int, struct tcphdr *, - struct mbuf *, int, int *, u_int32_t *, u_int32_t *)); +void tcp_dooptions __P((struct tcpcb *, u_char *, int, struct tcphdr *, + int *, u_int32_t *, u_int32_t *)); void tcp_drain __P((void)); void tcp_fasttimo __P((void)); void tcp_init __P((void)); |