diff options
author | Volker Lendecke <vlendec@samba.org> | 2003-08-15 19:29:08 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2003-08-15 19:29:08 +0000 |
commit | 852ffbda335d04867b188d5bf585d80416c1e393 (patch) | |
tree | c5a8f84077892b903a19cc38046596acdac88cb2 /source3/include/includes.h | |
parent | ec0e1994189ca82269ae239ce136aa9019fc71f7 (diff) | |
download | samba-852ffbda335d04867b188d5bf585d80416c1e393.tar.gz samba-852ffbda335d04867b188d5bf585d80416c1e393.tar.xz samba-852ffbda335d04867b188d5bf585d80416c1e393.zip |
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.
(This used to be commit 497b190edc42cec40fc80e9d9eb6aa4e1a466ac5)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r-- | source3/include/includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 0179064a6a..29bb53980f 100644 --- a/source3/include/includes.h +++ b/source3/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 |