From 497b190edc42cec40fc80e9d9eb6aa4e1a466ac5 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 15 Aug 2003 19:29:08 +0000 Subject: [PATCH] Latest heimdal snapshot has a krb5_set_real_time with a slightly different (but by implicit conversion hopefully compatible... ;-) prototype. Fix the build for that. --- source/include/includes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/include/includes.h b/source/include/includes.h index 0179064a6ad..29bb53980fe 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -1278,7 +1278,7 @@ time_t timegm(struct tm *tm); #if defined(HAVE_KRB5) -#ifndef KRB5_SET_REAL_TIME +#ifndef HAVE_KRB5_SET_REAL_TIME krb5_error_code krb5_set_real_time(krb5_context context, int32_t seconds, int32_t microseconds); #endif -- 2.11.4.GIT