1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r891: fix compile

This commit is contained in:
Gerald Carter 2004-05-25 18:12:55 +00:00 committed by Gerald (Jerry) Carter
parent 2986c5f08c
commit 8b6c048a02

View File

@ -37,10 +37,10 @@
/*
* 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)