[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Sat Mar 19 09:46:02 MDT 2011


The branch, master has been updated
       via  a8eea9e lib/replace/test: Add missing include for prototype.
       via  c296748 rpc_server/remote: Add missing prototype.
       via  01b0f45 lib/registry/tests: Fix prototypes.
      from  ce45027 selftest/Samba3: use 'debug pid=yes'

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


- Log -----------------------------------------------------------------
commit a8eea9e946042fa6f75ffa37059e72a447f532ed
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat Mar 19 15:54:51 2011 +0100

    lib/replace/test: Add missing include for prototype.
    
    Autobuild-User: Jelmer Vernooij <jelmer at samba.org>
    Autobuild-Date: Sat Mar 19 16:45:56 CET 2011 on sn-devel-104

commit c296748cbac0593cc6e72aeeb2e17043f508cc71
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat Mar 19 15:34:45 2011 +0100

    rpc_server/remote: Add missing prototype.

commit 01b0f45d52cad6853bb51ec96ae0f79c958d9875
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat Mar 19 15:33:29 2011 +0100

    lib/registry/tests: Fix prototypes.

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

Summary of changes:
 lib/replace/test/strptime.c               |    1 +
 source4/lib/registry/tests/diff.c         |    1 +
 source4/lib/registry/tests/generic.c      |    5 +----
 source4/lib/registry/tests/hive.c         |    1 +
 source4/lib/registry/tests/registry.c     |    1 +
 source4/rpc_server/remote/dcesrv_remote.c |    1 +
 6 files changed, 6 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/replace/test/strptime.c b/lib/replace/test/strptime.c
index fade3ec..5bf03f5 100644
--- a/lib/replace/test/strptime.c
+++ b/lib/replace/test/strptime.c
@@ -19,6 +19,7 @@
 
 #include "replace.h"
 #include "system/time.h"
+#include "replace-test.h"
 
 #endif /* LIBREPLACE_CONFIGURE_TEST_STRPTIME */
 
diff --git a/source4/lib/registry/tests/diff.c b/source4/lib/registry/tests/diff.c
index 5568171..5d2bfd7 100644
--- a/source4/lib/registry/tests/diff.c
+++ b/source4/lib/registry/tests/diff.c
@@ -25,6 +25,7 @@
 #include "torture/torture.h"
 #include "librpc/gen_ndr/winreg.h"
 #include "param/param.h"
+#include "lib/registry/tests/proto.h"
 
 struct diff_tcase_data {
 	struct registry_context *r1_ctx;
diff --git a/source4/lib/registry/tests/generic.c b/source4/lib/registry/tests/generic.c
index 2e0863c..68fcdd5 100644
--- a/source4/lib/registry/tests/generic.c
+++ b/source4/lib/registry/tests/generic.c
@@ -24,10 +24,7 @@
 #include "torture/torture.h"
 #include "librpc/gen_ndr/winreg.h"
 #include "param/param.h"
-
-struct torture_suite *torture_registry_hive(TALLOC_CTX *mem_ctx);
-struct torture_suite *torture_registry_registry(TALLOC_CTX *mem_ctx);
-struct torture_suite *torture_registry_diff(TALLOC_CTX *mem_ctx);
+#include "lib/registry/tests/proto.h"
 
 static bool test_str_regtype(struct torture_context *ctx)
 {
diff --git a/source4/lib/registry/tests/hive.c b/source4/lib/registry/tests/hive.c
index 71d3f0a..28d4bbc 100644
--- a/source4/lib/registry/tests/hive.c
+++ b/source4/lib/registry/tests/hive.c
@@ -27,6 +27,7 @@
 #include "system/filesys.h"
 #include "param/param.h"
 #include "libcli/security/security.h"
+#include "lib/registry/tests/proto.h"
 
 static bool test_del_nonexistant_key(struct torture_context *tctx,
 				     const void *test_data)
diff --git a/source4/lib/registry/tests/registry.c b/source4/lib/registry/tests/registry.c
index 50aefc8..7179c72 100644
--- a/source4/lib/registry/tests/registry.c
+++ b/source4/lib/registry/tests/registry.c
@@ -26,6 +26,7 @@
 #include "librpc/gen_ndr/winreg.h"
 #include "libcli/security/security.h"
 #include "system/filesys.h"
+#include "lib/registry/tests/proto.h"
 
 /**
  * Test obtaining a predefined key.
diff --git a/source4/rpc_server/remote/dcesrv_remote.c b/source4/rpc_server/remote/dcesrv_remote.c
index 4aa1a95..2d6be6a 100644
--- a/source4/rpc_server/remote/dcesrv_remote.c
+++ b/source4/rpc_server/remote/dcesrv_remote.c
@@ -28,6 +28,7 @@
 #include "librpc/ndr/ndr_table.h"
 #include "param/param.h"
 
+NTSTATUS dcerpc_server_remote_init(void);
 
 struct dcesrv_remote_private {
 	struct dcerpc_pipe *c_pipe;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list