summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/tcp_subr.c')
-rw-r--r--sys/netinet/tcp_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c
index d92cbf5..f4d05ab 100644
--- a/sys/netinet/tcp_subr.c
+++ b/sys/netinet/tcp_subr.c
@@ -872,7 +872,7 @@ tcp_notify(inp, error)
return inp;
}
#if 0
- wakeup((caddr_t) &so->so_timeo);
+ wakeup( &so->so_timeo);
sorwakeup(so);
sowwakeup(so);
#endif
OpenPOWER on IntegriCloud