svn commit: samba r14838 - in branches/SAMBA_4_0/source: ntvfs/common ntvfs/posix ntvfs/unixuid rpc_server/lsa rpc_server/unixinfo

tridge at samba.org tridge at samba.org
Fri Mar 31 09:47:57 GMT 2006


Author: tridge
Date: 2006-03-31 09:47:57 +0000 (Fri, 31 Mar 2006)
New Revision: 14838

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

Log:

fix the build. Looks like I still haven't quite got the hang of the
new dependency/proto system :-)

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


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/common/config.mk
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/common/config.mk	2006-03-31 05:33:35 UTC (rev 14837)
+++ branches/SAMBA_4_0/source/ntvfs/common/config.mk	2006-03-31 09:47:57 UTC (rev 14838)
@@ -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 \

Modified: branches/SAMBA_4_0/source/ntvfs/posix/vfs_posix.h
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/posix/vfs_posix.h	2006-03-31 05:33:35 UTC (rev 14837)
+++ branches/SAMBA_4_0/source/ntvfs/posix/vfs_posix.h	2006-03-31 09:47:57 UTC (rev 14838)
@@ -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 */

Modified: branches/SAMBA_4_0/source/ntvfs/unixuid/vfs_unixuid.c
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/unixuid/vfs_unixuid.c	2006-03-31 05:33:35 UTC (rev 14837)
+++ branches/SAMBA_4_0/source/ntvfs/unixuid/vfs_unixuid.c	2006-03-31 09:47:57 UTC (rev 14838)
@@ -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;

Modified: branches/SAMBA_4_0/source/rpc_server/lsa/dcesrv_lsa.c
===================================================================
--- branches/SAMBA_4_0/source/rpc_server/lsa/dcesrv_lsa.c	2006-03-31 05:33:35 UTC (rev 14837)
+++ branches/SAMBA_4_0/source/rpc_server/lsa/dcesrv_lsa.c	2006-03-31 09:47:57 UTC (rev 14838)
@@ -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

Modified: branches/SAMBA_4_0/source/rpc_server/unixinfo/dcesrv_unixinfo.c
===================================================================
--- branches/SAMBA_4_0/source/rpc_server/unixinfo/dcesrv_unixinfo.c	2006-03-31 05:33:35 UTC (rev 14837)
+++ branches/SAMBA_4_0/source/rpc_server/unixinfo/dcesrv_unixinfo.c	2006-03-31 09:47:57 UTC (rev 14838)
@@ -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>



More information about the samba-cvs mailing list