Fix broken declaration of tcp_trace().

This commit is contained in:
Ralf Corsepius
2008-09-01 06:33:59 +00:00
parent 96eab15dc3
commit 2acc6eeb4f

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;