r14838: fix the build. Looks like I still haven't quite got the hang of the
authorAndrew Tridgell <tridge@samba.org>
Fri, 31 Mar 2006 09:47:57 +0000 (09:47 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:59:25 +0000 (13:59 -0500)
new dependency/proto system :-)

source/ntvfs/common/config.mk
source/ntvfs/posix/vfs_posix.h
source/ntvfs/unixuid/vfs_unixuid.c
source/rpc_server/lsa/dcesrv_lsa.c
source/rpc_server/unixinfo/dcesrv_unixinfo.c

index e10f0fc8c1d7c9f017d6dfbfae13a1d61b9d352a..6eb9073b73fa87d98b0756d617e0f3baf78f90f3 100644 (file)
@@ -2,7 +2,7 @@
 # Start MODULE ntvfs_common
 [MODULE::ntvfs_common]
 SUBSYSTEM = ntvfs
-PRIVATE_PROTO_HEADER = vfs_common_proto.h
+PRIVATE_PROTO_HEADER = proto.h
 OBJ_FILES = \
                brlock.o \
                opendb.o \
index 00ae92a95a09cd2cd67f07ea340c84182080d4fe..f34529bc0f1d75a6e201ecd22758e4b6b88f422e 100644 (file)
@@ -26,6 +26,7 @@
 #include "librpc/gen_ndr/xattr.h"
 #include "system/filesys.h"
 #include "ntvfs/ntvfs.h"
+#include "ntvfs/common/proto.h"
 
 /* this is the private structure for the posix vfs backend. It is used
    to hold per-connection (per tree connect) state information */
index 9d8b058b7acd0bb94416a2d486e328b1289496ed..1bfaf85e70823c35fd8c5f28e7360d039401ae14 100644 (file)
@@ -26,6 +26,7 @@
 #include "system/passwd.h"
 #include "auth/auth.h"
 #include "ntvfs/ntvfs.h"
+#include "ntvfs/common/proto.h"
 
 struct unixuid_private {
        struct sidmap_context *sidmap;
index 72630a928a689e0f49cd3878297deaae3b80c7f9..c3debc88becb1c393ffc744892303a1c0d1e55f4 100644 (file)
@@ -33,6 +33,7 @@
 #include "ntvfs/ntvfs.h"
 #include "passdb/secrets.h"
 #include "db_wrap.h"
+#include "ntvfs/common/proto.h"
 
 /*
   this type allows us to distinguish handle types
index 1224daa76ab10ee18abbb2f4df7fce311f761540..57562e940f7efac4bb855002793e5275ca13f2e6 100644 (file)
@@ -26,6 +26,7 @@
 #include "librpc/gen_ndr/ndr_unixinfo.h"
 #include "lib/events/events.h"
 #include "ntvfs/ntvfs.h"
+#include "ntvfs/common/proto.h"
 
 #include <sys/types.h>
 #include <pwd.h>