projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8a7aa8
)
Correct typo in r24526
author
Greg Hudson
<ghudson@mit.edu>
Mon, 22 Nov 2010 03:58:15 +0000
(
03:58
+0000)
committer
Greg Hudson
<ghudson@mit.edu>
Mon, 22 Nov 2010 03:58:15 +0000
(
03:58
+0000)
ticket: 6823
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24527
dc483132
-0cff-0310-8789-
dd5450dbe970
src/kadmin/cli/getdate.y
patch
|
blob
|
history
diff --git
a/src/kadmin/cli/getdate.y
b/src/kadmin/cli/getdate.y
index 7e147624240d0f4f3a651c3d1bb7b5598eb95a52..613bc609c25690871a3cf306853fd62bf81db37b 100644
(file)
--- a/
src/kadmin/cli/getdate.y
+++ b/
src/kadmin/cli/getdate.y
@@
-860,7
+860,7
@@
difftm(struct tm *a, struct tm *b)
/* For get_date extern declaration compatibility check... yuck. */
#include <krb5.h>
-int yyparse(void
e
);
+int yyparse(void);
time_t get_date(char *);