(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:
Johan Danielsson
2003-04-25 17:02:54 +00:00
parent 302f22eb45
commit b223f3554e

View File

@@ -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;