svn rev #24544: branches/krb5-1-9/src/kadmin/cli/
tlyu@MIT.EDU
tlyu at MIT.EDU
Tue Nov 30 21:16:25 EST 2010
http://src.mit.edu/fisheye/changelog/krb5/?cs=24544
Commit By: tlyu
Log Message:
ticket: 6823
version_fixed: 1.9
status: resolved
pull up r24526, r24527 from trunk
------------------------------------------------------------------------
r24527 | ghudson | 2010-11-21 22:58:15 -0500 (Sun, 21 Nov 2010) | 4 lines
ticket: 6823
Correct typo in r24526.
------------------------------------------------------------------------
r24526 | hartmans | 2010-11-21 22:33:22 -0500 (Sun, 21 Nov 2010) | 9 lines
ticket: 6823
subject: getdate.y: declare yyparse
target_version: 1.9
tags: pullup
At least on lucid, byacc doesn't declare yyparse, which creates
problems because lucid treats calls to unprototyped functions as
errors.
Changed Files:
U branches/krb5-1-9/src/kadmin/cli/getdate.y
Modified: branches/krb5-1-9/src/kadmin/cli/getdate.y
===================================================================
--- branches/krb5-1-9/src/kadmin/cli/getdate.y 2010-12-01 02:16:14 UTC (rev 24543)
+++ branches/krb5-1-9/src/kadmin/cli/getdate.y 2010-12-01 02:16:25 UTC (rev 24544)
@@ -860,6 +860,7 @@
/* For get_date extern declaration compatibility check... yuck. */
#include <krb5.h>
+int yyparse(void);
time_t get_date(char *);
More information about the cvs-krb5
mailing list