diff options
Diffstat (limited to 'sunrpc/create_xid.c')
-rw-r--r-- | sunrpc/create_xid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/create_xid.c b/sunrpc/create_xid.c index a44187f..c209cd0 100644 --- a/sunrpc/create_xid.c +++ b/sunrpc/create_xid.c @@ -41,7 +41,7 @@ _create_xid (void) { struct timeval now; - __gettimeofday (&now, (struct timezone *) 0); + __gettimeofday (&now, 0); __srand48_r (now.tv_sec ^ now.tv_usec ^ pid, &__rpc_lrand48_data); is_initialized = pid; |