summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_output.c
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2007-03-21 19:37:55 +0000
committerandre <andre@FreeBSD.org>2007-03-21 19:37:55 +0000
commit8aefbb617959eb71f5ec34bd628b570fc029b63b (patch)
tree6ac6b5740ab0701ffa9e20c1f0abd778756b96ed /sys/netinet/tcp_output.c
parent844ebe3715b92770b45354267210e3d909c96260 (diff)
downloadFreeBSD-src-8aefbb617959eb71f5ec34bd628b570fc029b63b.zip
FreeBSD-src-8aefbb617959eb71f5ec34bd628b570fc029b63b.tar.gz
ANSIfy function declarations and remove register keywords for variables.
Consistently apply style to all function declarations.
Diffstat (limited to 'sys/netinet/tcp_output.c')
-rw-r--r--sys/netinet/tcp_output.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c
index ac1649a..2eec1dc 100644
--- a/sys/netinet/tcp_output.c
+++ b/sys/netinet/tcp_output.c
@@ -1226,8 +1226,7 @@ out:
}
void
-tcp_setpersist(tp)
- register struct tcpcb *tp;
+tcp_setpersist(struct tcpcb *tp)
{
int t = ((tp->t_srtt >> 2) + tp->t_rttvar) >> 1;
int tt;
OpenPOWER on IntegriCloud