diff options
Diffstat (limited to 'usr.sbin/rbootd/rbootd.c')
-rw-r--r-- | usr.sbin/rbootd/rbootd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rbootd/rbootd.c b/usr.sbin/rbootd/rbootd.c index bcf94b469f4..1c7d1d78aa1 100644 --- a/usr.sbin/rbootd/rbootd.c +++ b/usr.sbin/rbootd/rbootd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rbootd.c,v 1.29 2016/01/25 21:31:38 gsoares Exp $ */ +/* $OpenBSD: rbootd.c,v 1.30 2016/03/16 15:41:11 krw Exp $ */ /* $NetBSD: rbootd.c,v 1.5 1995/10/06 05:12:17 thorpej Exp $ */ /* @@ -289,7 +289,7 @@ DoTimeout(void) RMPCONN *rtmp; struct timeval now; - (void) gettimeofday(&now, (struct timezone *)0); + (void) gettimeofday(&now, NULL); /* * For each active connection, if RMP_TIMEOUT seconds have passed |