[SCM] Samba Shared Repository - branch master updated - 0d99e58f272ab05873b706a154a528d04749c335

Jelmer Vernooij jelmer at samba.org
Sun Oct 12 02:43:08 GMT 2008


The branch, master has been updated
       via  0d99e58f272ab05873b706a154a528d04749c335 (commit)
      from  df8885f1c6cdcdb74bec77cbdeeaca48c45e4d43 (commit)

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


- Log -----------------------------------------------------------------
commit 0d99e58f272ab05873b706a154a528d04749c335
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Oct 12 04:41:53 2008 +0200

    Fix include paths for files that aren't compiled - breaks dependency
    file generation.

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

Summary of changes:
 source4/lib/com/dcom/main.c            |    2 +-
 source4/lib/com/dcom/tables.c          |    2 +-
 source4/ntvfs/sysdep/sys_lease_linux.c |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/com/dcom/main.c b/source4/lib/com/dcom/main.c
index 3d2c135..695bfa7 100644
--- a/source4/lib/com/dcom/main.c
+++ b/source4/lib/com/dcom/main.c
@@ -28,7 +28,7 @@
 #include "librpc/rpc/dcerpc.h"
 #include "lib/com/dcom/dcom.h"
 #include "librpc/ndr/ndr_table.h"
-#include "lib/util/dlinklist.h"
+#include "../lib/util/dlinklist.h"
 #include "auth/credentials/credentials.h"
 #include "libcli/composite/composite.h"
 
diff --git a/source4/lib/com/dcom/tables.c b/source4/lib/com/dcom/tables.c
index 26a18a9..f94aa87 100644
--- a/source4/lib/com/dcom/tables.c
+++ b/source4/lib/com/dcom/tables.c
@@ -20,7 +20,7 @@
 */
 
 #include "includes.h"
-#include "lib/util/dlinklist.h"
+#include "../lib/util/dlinklist.h"
 #include "librpc/gen_ndr/com_dcom.h"
 #include "lib/com/dcom/dcom.h"
 
diff --git a/source4/ntvfs/sysdep/sys_lease_linux.c b/source4/ntvfs/sysdep/sys_lease_linux.c
index 0727eed..41f1cbd 100644
--- a/source4/ntvfs/sysdep/sys_lease_linux.c
+++ b/source4/ntvfs/sysdep/sys_lease_linux.c
@@ -27,7 +27,7 @@
 #include "ntvfs/sysdep/sys_lease.h"
 #include "ntvfs/ntvfs.h"
 #include "librpc/gen_ndr/ndr_opendb.h"
-#include "lib/util/dlinklist.h"
+#include "../lib/util/dlinklist.h"
 #include "cluster/cluster.h"
 
 #define LINUX_LEASE_RT_SIGNAL (SIGRTMIN+1)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list