Stop using old-style function definitions.

This commit is contained in:
Ralf Corsepius
2008-09-01 06:36:17 +00:00
parent 084492f769
commit dd967330f8
16 changed files with 198 additions and 461 deletions

View File

@@ -76,11 +76,8 @@ static int tcp_debx;
* Tcp debug routines
*/
void
tcp_trace(act, ostate, tp, ti, req)
short act, ostate;
struct tcpcb *tp;
struct tcpiphdr *ti;
int req;
tcp_trace(short act, short ostate, struct tcpcb *tp, struct tcpiphdr *ti,
int req)
{
#ifdef TCPDEBUG
tcp_seq seq, ack;