svn rev #24526: trunk/src/kadmin/cli/

hartmans@MIT.EDU hartmans at MIT.EDU
Sun Nov 21 22:33:22 EST 2010


http://src.mit.edu/fisheye/changelog/krb5/?cs=24526
Commit By: hartmans
Log Message:
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   trunk/src/kadmin/cli/getdate.y
Modified: trunk/src/kadmin/cli/getdate.y
===================================================================
--- trunk/src/kadmin/cli/getdate.y	2010-11-21 17:35:49 UTC (rev 24525)
+++ trunk/src/kadmin/cli/getdate.y	2010-11-22 03:33:22 UTC (rev 24526)
@@ -860,6 +860,7 @@
 
 /* For get_date extern declaration compatibility check... yuck.  */
 #include <krb5.h>
+int yyparse(voide);
 
 time_t get_date(char *);
 




More information about the cvs-krb5 mailing list