Latest heimdal snapshot has a krb5_set_real_time with a slightly
authorVolker Lendecke <vlendec@samba.org>
Fri, 15 Aug 2003 19:29:08 +0000 (19:29 +0000)
committerVolker Lendecke <vlendec@samba.org>
Fri, 15 Aug 2003 19:29:08 +0000 (19:29 +0000)
different (but by implicit conversion hopefully compatible... ;-)
prototype. Fix the build for that.
(This used to be commit 497b190edc42cec40fc80e9d9eb6aa4e1a466ac5)

source3/include/includes.h

index 0179064a6ad749b846a3510b78a7900debae53ea..29bb53980fe0c6dd0d532aaa17c87f1c870f2c2c 100644 (file)
@@ -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