aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2009-08-07 19:17:57 +0000
committerGreg Hudson <ghudson@mit.edu>2009-08-07 19:17:57 +0000
commitc630f539e5742d68019af7d6cc0935665d62b7c8 (patch)
tree8974837567c60ac9b8dd46309fae57832d79144e /src/kadmin
parent0528a100313fe0688eb6f6edcbd4440cd3ee397d (diff)
downloadkrb5-c630f539e5742d68019af7d6cc0935665d62b7c8.zip
krb5-c630f539e5742d68019af7d6cc0935665d62b7c8.tar.gz
krb5-c630f539e5742d68019af7d6cc0935665d62b7c8.tar.bz2
Fix the LDAP build, which was broken by the build reordering in
r22406. Build kdb5_util's getdate from the kadmin/cli getdate source, instead of borrowing the object file from the kadmin/cli build directory. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22501 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin')
-rw-r--r--src/kadmin/cli/getdate.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kadmin/cli/getdate.y b/src/kadmin/cli/getdate.y
index e427195..6ea75eb 100644
--- a/src/kadmin/cli/getdate.y
+++ b/src/kadmin/cli/getdate.y
@@ -883,7 +883,8 @@ difftm(a, b)
/* For get_date extern declaration compatibility check... yuck. */
#include <krb5.h>
-#include "kadmin.h"
+
+time_t get_date(char *);
time_t
get_date(p)