aboutsummaryrefslogtreecommitdiff
path: root/sunrpc/create_xid.c
diff options
context:
space:
mode:
Diffstat (limited to 'sunrpc/create_xid.c')
-rw-r--r--sunrpc/create_xid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/create_xid.c b/sunrpc/create_xid.c
index a44187f07c..c209cd0b69 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;