diff options
| author | 2016-09-24 14:51:37 +0000 | |
|---|---|---|
| committer | 2016-09-24 14:51:37 +0000 | |
| commit | 288aa5ef77a729da3f14b6ff0f808a11788e5e15 (patch) | |
| tree | c5d21f121353f805131425053632ad3bd8662290 /sys/netinet/tcp_timer.c | |
| parent | If the value of r0 upon entering the kernel is zero, interpret this as the (diff) | |
| download | wireguard-openbsd-288aa5ef77a729da3f14b6ff0f808a11788e5e15.tar.xz wireguard-openbsd-288aa5ef77a729da3f14b6ff0f808a11788e5e15.zip | |
ANSIfy netinet/; from David Hill
Diffstat (limited to 'sys/netinet/tcp_timer.c')
| -rw-r--r-- | sys/netinet/tcp_timer.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c index 1e6c76aedc6..6f4f07e70de 100644 --- a/sys/netinet/tcp_timer.c +++ b/sys/netinet/tcp_timer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_timer.c,v 1.49 2016/03/07 18:44:00 naddy Exp $ */ +/* $OpenBSD: tcp_timer.c,v 1.50 2016/09/24 14:51:37 naddy Exp $ */ /* $NetBSD: tcp_timer.c,v 1.14 1996/02/13 23:44:09 christos Exp $ */ /* @@ -144,8 +144,7 @@ tcp_slowtimo(void) * Cancel all timers for TCP tp. */ void -tcp_canceltimers(tp) - struct tcpcb *tp; +tcp_canceltimers(struct tcpcb *tp) { int i; |
