summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_sack.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_sack.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_sack.c')
-rw-r--r--sys/netinet/tcp_sack.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/netinet/tcp_sack.c b/sys/netinet/tcp_sack.c
index f6e8526..dca7cd4 100644
--- a/sys/netinet/tcp_sack.c
+++ b/sys/netinet/tcp_sack.c
@@ -319,7 +319,7 @@ tcp_sackhole_free(struct tcpcb *tp, struct sackhole *hole)
*/
static struct sackhole *
tcp_sackhole_insert(struct tcpcb *tp, tcp_seq start, tcp_seq end,
- struct sackhole *after)
+ struct sackhole *after)
{
struct sackhole *hole;
@@ -582,9 +582,7 @@ tcp_free_sackholes(struct tcpcb *tp)
* of sack recovery.
*/
void
-tcp_sack_partialack(tp, th)
- struct tcpcb *tp;
- struct tcphdr *th;
+tcp_sack_partialack(struct tcpcb *tp, struct tcphdr *th)
{
int num_segs = 1;
OpenPOWER on IntegriCloud