From ef3d51cb652f1f438b01dca29e018e458a1f3274 Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Thu, 12 Jun 2008 15:08:48 +0000 Subject: ANSIfy function definitions. ok markus@ mcbride@ henning@ deraadt@ --- sys/netinet/tcp_output.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/netinet/tcp_output.c') diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index 361e2d39bbe..3a01b9811f9 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_output.c,v 1.81 2007/11/24 12:59:28 jmc Exp $ */ +/* $OpenBSD: tcp_output.c,v 1.82 2008/06/12 15:08:47 jsing Exp $ */ /* $NetBSD: tcp_output.c,v 1.16 1997/06/03 16:17:09 kml Exp $ */ /* @@ -205,8 +205,7 @@ tcp_sack_adjust(struct tcpcb *tp) * Tcp output routine: figure out what should be sent and send it. */ int -tcp_output(tp) - struct tcpcb *tp; +tcp_output(struct tcpcb *tp) { struct socket *so = tp->t_inpcb->inp_socket; long len, win, txmaxseg; -- cgit v1.2.3