(krb5_us_timeofday): make the sec parameter a krb5_timestamp
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12135 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997 - 2001 Kungliga Tekniska H<>gskolan
|
||||
* Copyright (c) 1997-2003 Kungliga Tekniska H<>gskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
@@ -53,7 +53,7 @@ krb5_timeofday (krb5_context context,
|
||||
|
||||
krb5_error_code
|
||||
krb5_us_timeofday (krb5_context context,
|
||||
int32_t *sec,
|
||||
krb5_timestamp *sec,
|
||||
int32_t *usec)
|
||||
{
|
||||
struct timeval tv;
|
||||
|
Reference in New Issue
Block a user