summaryrefslogtreecommitdiffstats
path: root/libexec/rbootd/rmpproto.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rbootd/rmpproto.c')
-rw-r--r--libexec/rbootd/rmpproto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rbootd/rmpproto.c b/libexec/rbootd/rmpproto.c
index 8d51445..d37ef85 100644
--- a/libexec/rbootd/rmpproto.c
+++ b/libexec/rbootd/rmpproto.c
@@ -575,7 +575,7 @@ SendPacket(RMPCONN *rconn)
/*
* Last time this connection was active.
*/
- (void) gettimeofday(&rconn->tstamp, (struct timezone *)0);
+ (void)gettimeofday(&rconn->tstamp, NULL);
if (DbgFp != NULL) /* display packet */
DispPkt(rconn,DIR_SENT);
OpenPOWER on IntegriCloud