Fix broken declaration of tcp_trace().

This commit is contained in:
Ralf Corsepius
2008-09-01 06:56:44 +00:00
parent de9806ecb3
commit d0ea9d9d89

View File

@@ -411,7 +411,7 @@ struct tcpiphdr *
tcp_template(struct tcpcb *);
struct tcpcb *
tcp_timers(struct tcpcb *, int);
void tcp_trace(int, int, struct tcpcb *, struct tcpiphdr *, int);
void tcp_trace(short, short, struct tcpcb *, struct tcpiphdr *, int);
extern struct pr_usrreqs tcp_usrreqs;
extern u_long tcp_sendspace;