svn rev #23547: trunk/src/lib/krb5/krb/

epeisach@MIT.EDU epeisach at MIT.EDU
Wed Dec 30 18:03:48 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=23547
Commit By: epeisach
Log Message:
Include os-proto.h for _krb5_conf_boolean prototype before declaration
of function. (gcc warning)




Changed Files:
U   trunk/src/lib/krb5/krb/libdef_parse.c
Modified: trunk/src/lib/krb5/krb/libdef_parse.c
===================================================================
--- trunk/src/lib/krb5/krb/libdef_parse.c	2009-12-30 19:53:16 UTC (rev 23546)
+++ trunk/src/lib/krb5/krb/libdef_parse.c	2009-12-30 23:03:48 UTC (rev 23547)
@@ -30,6 +30,8 @@
  */
 #include "k5-int.h"
 #include "int-proto.h"
+/* For _krb5_conf_boolean prototype */
+#include "os-proto.h"
 
 static const char *const conf_yes[] = {
     "y", "yes", "true", "t", "1", "on",




More information about the cvs-krb5 mailing list