[SCM] Samba Shared Repository - branch master updated

Simo Sorce idra at samba.org
Wed Mar 16 16:46:01 MDT 2011


The branch, master has been updated
       via  2a608ba dcerpc: we do not need these as public headers
      from  ab37eae s3: Fix Coverity ID 2231, REVERSE_INULL

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


- Log -----------------------------------------------------------------
commit 2a608ba856a4f28c13f295ac554e46168f3f045c
Author: Simo Sorce <idra at samba.org>
Date:   Wed Mar 16 15:32:53 2011 -0400

    dcerpc: we do not need these as public headers
    
    latest openchange doesn't need these headers either
    fix _PRINTF_ATTRIBUTE in tdr.h, as it was failing to work after removing
    proto.h due to side effects. PRINTF_ATTRIBUTE is ok and is define in talloc.h
    which is included by tdr.h
    
    Autobuild-User: Simo Sorce <idra at samba.org>
    Autobuild-Date: Wed Mar 16 23:45:20 CET 2011 on sn-devel-104

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

Summary of changes:
 lib/tdr/tdr.h                    |    2 +-
 source4/rpc_server/wscript_build |    2 --
 2 files changed, 1 insertions(+), 3 deletions(-)
 mode change 100644 => 100755 source4/rpc_server/wscript_build


Changeset truncated at 500 lines:

diff --git a/lib/tdr/tdr.h b/lib/tdr/tdr.h
index cd4785e..fa0a4d7 100644
--- a/lib/tdr/tdr.h
+++ b/lib/tdr/tdr.h
@@ -95,6 +95,6 @@ struct tdr_push *tdr_push_init(TALLOC_CTX *mem_ctx);
 struct tdr_pull *tdr_pull_init(TALLOC_CTX *mem_ctx);
 
 NTSTATUS tdr_push_to_fd(int fd, tdr_push_fn_t push_fn, const void *p);
-void tdr_print_debug_helper(struct tdr_print *tdr, const char *format, ...) _PRINTF_ATTRIBUTE(2,3);
+void tdr_print_debug_helper(struct tdr_print *tdr, const char *format, ...) PRINTF_ATTRIBUTE(2,3);
 
 #endif /* __TDR_H__ */
diff --git a/source4/rpc_server/wscript_build b/source4/rpc_server/wscript_build
old mode 100644
new mode 100755
index a1d1fc5..f1d3c0d
--- a/source4/rpc_server/wscript_build
+++ b/source4/rpc_server/wscript_build
@@ -9,8 +9,6 @@ bld.SAMBA_SUBSYSTEM('DCERPC_SHARE',
 bld.SAMBA_SUBSYSTEM('DCERPC_COMMON',
 	source='common/forward.c common/reply.c dcesrv_auth.c',
 	autoproto='common/proto.h',
-	public_headers='common/common.h common/proto.h',
-	header_path='dcerpc_server',
 	deps='ldb DCERPC_SHARE samba_server_gensec'
 	)
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list