svn commit: lorikeet r373 - in trunk/heimdal/lib/roken: .

lha at samba.org lha at samba.org
Thu Jul 7 19:38:20 GMT 2005


Author: lha
Date: 2005-07-07 19:38:20 +0000 (Thu, 07 Jul 2005)
New Revision: 373

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=373

Log:
roken.h.in:1.175:
If we have <strings.h> include it, its needed for strcasecmp() on
those platforms that are SUS3/iso c99 strict (like AIX)

Modified:
   trunk/heimdal/lib/roken/roken.h


Changeset:
Modified: trunk/heimdal/lib/roken/roken.h
===================================================================
--- trunk/heimdal/lib/roken/roken.h	2005-07-07 18:49:56 UTC (rev 372)
+++ trunk/heimdal/lib/roken/roken.h	2005-07-07 19:38:20 UTC (rev 373)
@@ -32,7 +32,7 @@
  * SUCH DAMAGE.
  */
 
-/* $Id: roken.h.in,v 1.174 2005/05/11 13:04:04 lha Exp $ */
+/* $Id: roken.h.in,v 1.175 2005/07/07 19:16:17 lha Exp $ */
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -122,6 +122,9 @@
 #else
 #include <time.h>
 #endif
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
 
 #ifdef HAVE_PATHS_H
 #include <paths.h>



More information about the samba-cvs mailing list