From b223f3554ec480f668d24683f95a677d3d7aae5d Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Fri, 25 Apr 2003 17:02:54 +0000 Subject: [PATCH] (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 --- lib/krb5/time.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/krb5/time.c b/lib/krb5/time.c index 8c14802b7..015ac923f 100644 --- a/lib/krb5/time.c +++ b/lib/krb5/time.c @@ -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;