r891: fix compile
authorGerald Carter <jerry@samba.org>
Tue, 25 May 2004 18:12:55 +0000 (18:12 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:56:17 +0000 (12:56 -0500)
(This used to be commit 8b6c048a02b4be0ba9c67ed82973041dccdd5c51)

source4/libcli/raw/clikrb5.c

index 0d4fade2953902c5a6246df7ee5238f093b9d345..1d9c02f7f4e50a21d6045f9b8ce32283e5b33849 100644 (file)
 /*
  * This function is not in the Heimdal mainline.
  */
- krb5_error_code krb5_set_real_time(krb5_context context, int32_t_t seconds, int32_t_t microseconds)
+ krb5_error_code krb5_set_real_time(krb5_context context, int32_t seconds, int32_t microseconds)
 {
        krb5_error_code ret;
-       int32_t_t sec, usec;
+       int32_t sec, usec;
 
        ret = krb5_us_timeofday(context, &sec, &usec);
        if (ret)