Fix includes.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 15 Oct 2008 00:52:10 +0000 (02:52 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 15 Oct 2008 00:52:10 +0000 (02:52 +0200)
librpc/idl/notify.idl
source4/cluster/cluster.c
source4/cluster/ctdb/ctdb_cluster.c
source4/cluster/local.c
source4/librpc/idl/opendb.idl
source4/librpc/scripts/build_idl.sh
source4/ntvfs/ntvfs.h
source4/rpc_server/dcerpc_server.h
source4/smbd/service_stream.h
source4/smbd/service_task.h

index 6f9ad25f092e3e838768ec528c97057fbe84927a..3ce2f40ed87a9dd5000d23ed8969b474943650f7 100644 (file)
@@ -7,7 +7,7 @@
    the change notify buffers
 */
 
-import "misc.idl";
+import "security.idl";
 
 [
   pointer_default(unique)
index cc61974cbd06adcadbd9dcdf96ffc75b7ab6eee4..c09d10900b99f532e30a9b5cf6610c375a818fdd 100644 (file)
@@ -23,6 +23,7 @@
 #include "cluster/cluster.h"
 #include "cluster/cluster_private.h"
 #include "librpc/gen_ndr/misc.h"
+#include "librpc/gen_ndr/security.h"
 
 static struct cluster_ops *ops;
 
index 4f6689a8344ea2c88db62ad6fe7e76308d86234c..51f6d984e76b4fd36e3f7449747c5d78bf3d3838 100644 (file)
@@ -29,7 +29,7 @@
 #include "tdb_wrap.h"
 #include "../lib/util/dlinklist.h"
 #include "param/param.h"
-#include "librpc/gen_ndr/misc.h"
+#include "librpc/gen_ndr/security.h"
 
 /* a linked list of messaging handlers, allowing incoming messages
    to be directed to the right messaging context */
index f0357f0b073a0666052f2116a38974a293cc7e08..5b872a3e2ec47bb0f415fb8927062f4a0ddfd409 100644 (file)
@@ -26,7 +26,7 @@
 #include "tdb_wrap.h"
 #include "system/filesys.h"
 #include "param/param.h"
-#include "librpc/gen_ndr/misc.h"
+#include "librpc/gen_ndr/security.h"
 
 /*
   server a server_id for the local node
index cdbaa6cb1b51e5d69d2c3525be8814bf7ccfb177..265cfaf7ad16548c3b19d06af8500803cc2a396e 100644 (file)
@@ -7,7 +7,7 @@
    ntvfs/common/opendb.c
 */
 
-import "misc.idl";
+import "security.idl";
 
 [
   pointer_default(unique)
index 59539638fa7d317264d517b9836729a63c1e7828..230939bb486cb3e0f6e0cdf17d70615ece9c3bd0 100755 (executable)
@@ -7,7 +7,7 @@ IDL_FILES="$*"
 
 [ -d $OUTDIR ] || mkdir -p $OUTDIR || exit 1
 
-PIDL="$PIDL --outputdir $OUTDIR --header --ndr-parser --server --client --swig --python --dcom-proxy --com-header --includedir ../librpc/idl -- $IDL_FILES"
+PIDL="$PIDL --outputdir $OUTDIR --header --ndr-parser --server --client --swig --python --dcom-proxy --com-header --includedir ../librpc/idl -- "
 
 if [ x$FULLBUILD = xFULL ]; then
       echo Rebuilding all idl files in $IDLDIR
index 5de8a8b6491cd7e0f81915907de5b4fbc8153a47..0d5738d9f0bd2e350697e2184f1af35e3bd443c6 100644 (file)
@@ -23,6 +23,7 @@
 
 #include "libcli/raw/interfaces.h"
 #include "param/share.h"
+#include "librpc/gen_ndr/security.h"
 
 /* modules can use the following to determine if the interface has changed */
 /* version 1 -> 0 - make module stacking easier -- metze */
index b5672b41ac4fe3eb2ea9d3d75df8963210f6c59c..59a4bab083e2d599f14ade1e1a1b101e0c541743 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef SAMBA_DCERPC_SERVER_H
 #define SAMBA_DCERPC_SERVER_H
 
-#include "librpc/gen_ndr/misc.h"
+#include "librpc/gen_ndr/security.h"
 #include "librpc/rpc/dcerpc.h"
 #include "librpc/ndr/libndr.h"
 
index d57a54cdc9090cb136fd98b4dfe19b1ef8e7e064..7ec2a0538b9c6852929fc4036c8df75efddcc5e1 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef __SERVICE_STREAM_H__
 #define __SERVICE_STREAM_H__
 
-#include "librpc/gen_ndr/misc.h"
+#include "librpc/gen_ndr/security.h"
 
 /* modules can use the following to determine if the interface has changed
  * please increment the version number after each interface change
index 207e2cbbca00007654d4b91d95fd8ae95c1c6fcd..ddd56bc9c96ff6a4a332d1a47caa2c45af4c51d9 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef __SERVICE_TASK_H__
 #define __SERVICE_TASK_H__ 
 
-#include "librpc/gen_ndr/misc.h"
+#include "librpc/gen_ndr/security.h"
 
 struct task_server {
        struct event_context *event_ctx;