[SCM] Samba Shared Repository - branch master updated - d031472227b44d040698e6dff52dc79028fde854

Tim Prouty tprouty at samba.org
Thu Dec 18 23:05:23 GMT 2008


The branch, master has been updated
       via  d031472227b44d040698e6dff52dc79028fde854 (commit)
      from  f52fc2f90ebf314de71f7150093bd641c3989b3c (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit d031472227b44d040698e6dff52dc79028fde854
Author: Tim Prouty <tprouty at samba.org>
Date:   Thu Dec 18 15:01:07 2008 -0800

    s4: Fix include path to work with tevent

-----------------------------------------------------------------------

Summary of changes:
 source4/ntvfs/sysdep/sys_notify.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/ntvfs/sysdep/sys_notify.c b/source4/ntvfs/sysdep/sys_notify.c
index a27386b..117d16d 100644
--- a/source4/ntvfs/sysdep/sys_notify.c
+++ b/source4/ntvfs/sysdep/sys_notify.c
@@ -25,7 +25,7 @@
 #include "includes.h"
 #include "system/filesys.h"
 #include "ntvfs/sysdep/sys_notify.h"
-#include "lib/events/events.h"
+#include "../lib/tevent/tevent.h"
 #include "../lib/util/dlinklist.h"
 #include "param/param.h"
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list