svn commit: samba r16454 - in branches/tmp/jpeach-xmetrics/source/modules: .

jpeach at samba.org jpeach at samba.org
Thu Jun 22 02:12:58 GMT 2006


Author: jpeach
Date: 2006-06-22 02:12:57 +0000 (Thu, 22 Jun 2006)
New Revision: 16454

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

Log:
Make sure we include config.h before using symbols that it defines.

Modified:
   branches/tmp/jpeach-xmetrics/source/modules/vfs_xmetrics.c


Changeset:
Modified: branches/tmp/jpeach-xmetrics/source/modules/vfs_xmetrics.c
===================================================================
--- branches/tmp/jpeach-xmetrics/source/modules/vfs_xmetrics.c	2006-06-21 23:46:07 UTC (rev 16453)
+++ branches/tmp/jpeach-xmetrics/source/modules/vfs_xmetrics.c	2006-06-22 02:12:57 UTC (rev 16454)
@@ -18,11 +18,11 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
  */
 
-#ifdef WITH_XMETRICS
 
 #include "includes.h"
 #include "profile/xmetrics.h"
 
+#ifdef WITH_XMETRICS
 static const char MODULE[] = "xmetrics";
 
 /* Hardcode the VFS interface version so that an interface change will cause



More information about the samba-cvs mailing list