svn commit: samba r20933 - in branches/SAMBA_3_0/source/smbd: .

vlendec at samba.org vlendec at samba.org
Sun Jan 21 16:25:25 GMT 2007


Author: vlendec
Date: 2007-01-21 16:25:25 +0000 (Sun, 21 Jan 2007)
New Revision: 20933

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

Log:
Fix the build without inotify
Modified:
   branches/SAMBA_3_0/source/smbd/notify_inotify.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/notify_inotify.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/notify_inotify.c	2007-01-21 16:05:49 UTC (rev 20932)
+++ branches/SAMBA_3_0/source/smbd/notify_inotify.c	2007-01-21 16:25:25 UTC (rev 20933)
@@ -21,11 +21,11 @@
 
 #include "includes.h"
 
+#ifdef HAVE_INOTIFY
+
 #include <linux/inotify.h>
 #include <asm/unistd.h>
 
-#ifdef HAVE_INOTIFY
-
 #ifndef HAVE_INOTIFY_INIT
 /*
   glibc doesn't define these functions yet (as of March 2006)



More information about the samba-cvs mailing list