diff options
author | Mark Murray <markm@FreeBSD.org> | 2000-02-24 11:07:16 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2000-02-24 11:07:16 +0000 |
commit | 13e3f4d6d9d9c48a270a1a18a92e57a56f0a7059 (patch) | |
tree | 2e1873a5f9196289affc301c4d3c862d04a3f4c8 /crypto/heimdal/kuser/klist.c | |
parent | b528cefc6b8f9670b31a865051741d946cb37085 (diff) |
Vendor import of Heimdal 0.2nvendor/heimdal/0.2n
Notes
Notes:
svn path=/vendor-crypto/heimdal/dist/; revision=57416
svn path=/vendor-crypto/heimdal/0.2n/; revision=57418; tag=vendor/heimdal/0.2n
Diffstat (limited to 'crypto/heimdal/kuser/klist.c')
-rw-r--r-- | crypto/heimdal/kuser/klist.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/heimdal/kuser/klist.c b/crypto/heimdal/kuser/klist.c index 9135d293895f..180e9f3ce752 100644 --- a/crypto/heimdal/kuser/klist.c +++ b/crypto/heimdal/kuser/klist.c @@ -33,7 +33,7 @@ #include "kuser_locl.h" -RCSID("$Id: klist.c,v 1.52 1999/12/02 17:05:01 joda Exp $"); +RCSID("$Id: klist.c,v 1.53 2000/02/06 08:15:40 assar Exp $"); static char* printable_time(time_t t) @@ -58,7 +58,7 @@ print_cred(krb5_context context, krb5_creds *cred) { char *str; krb5_error_code ret; - int32_t sec; + krb5_timestamp sec; krb5_timeofday (context, &sec); @@ -85,7 +85,7 @@ print_cred_verbose(krb5_context context, krb5_creds *cred) char *str; krb5_error_code ret; int first_flag; - int32_t sec; + krb5_timestamp sec; krb5_timeofday (context, &sec); |