From 071f86f9f1c961dd8169268ab4895d7ed7a350f0 Mon Sep 17 00:00:00 2001 From: julian Date: Mon, 3 Sep 2001 20:03:55 +0000 Subject: Patches from Keiichi SHIMA to make ip use the standard protosw structure again. Obtained from: Well, KAME I guess. --- sys/netinet/tcp_var.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet/tcp_var.h') diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index 40bc7e9..9c2803f 100644 --- a/sys/netinet/tcp_var.h +++ b/sys/netinet/tcp_var.h @@ -384,7 +384,7 @@ void tcp_fasttimo __P((void)); struct rmxp_tao * tcp_gettaocache __P((struct inpcb *)); void tcp_init __P((void)); -void tcp_input __P((struct mbuf *, int, int)); +void tcp_input __P((struct mbuf *, int)); void tcp_mss __P((struct tcpcb *, int)); int tcp_mssopt __P((struct tcpcb *)); void tcp_drop_syn_sent __P((struct inpcb *, int)); -- cgit v1.1