svn commit: samba r8470 - in branches/SAMBA_4_0/source/lib/popt: .

tridge at samba.org tridge at samba.org
Thu Jul 14 13:33:17 GMT 2005


Author: tridge
Date: 2005-07-14 13:33:17 +0000 (Thu, 14 Jul 2005)
New Revision: 8470

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

Log:
looks like popt portability is going to be a bit of a fight :(

Modified:
   branches/SAMBA_4_0/source/lib/popt/popt.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/popt/popt.c
===================================================================
--- branches/SAMBA_4_0/source/lib/popt/popt.c	2005-07-14 13:27:18 UTC (rev 8469)
+++ branches/SAMBA_4_0/source/lib/popt/popt.c	2005-07-14 13:33:17 UTC (rev 8470)
@@ -12,7 +12,8 @@
 
 #if HAVE_MATH_H
 #include <math.h>
-#elif HAVE_FLOAT_H
+#endif
+#if HAVE_FLOAT_H
 #include <float.h>
 #endif
 



More information about the samba-cvs mailing list