[SCM] Samba Shared Repository - branch v3-6-test updated

Volker Lendecke vlendec at samba.org
Tue Nov 9 07:51:46 MST 2010


The branch, v3-6-test has been updated
       via  8a5649b raw.h is only needed in the S4 build
      from  9efb0d0 s3/configure: fix typo and warning

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit 8a5649bd0986319a23e3b98599077888e88d0b14
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Nov 9 15:06:48 2010 +0100

    raw.h is only needed in the S4 build
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Tue Nov  9 14:49:14 UTC 2010 on sn-devel-104

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

Summary of changes:
 libcli/named_pipe_auth/npa_tstream.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/libcli/named_pipe_auth/npa_tstream.c b/libcli/named_pipe_auth/npa_tstream.c
index f6ce951..6d118e2 100644
--- a/libcli/named_pipe_auth/npa_tstream.c
+++ b/libcli/named_pipe_auth/npa_tstream.c
@@ -24,7 +24,9 @@
 #include "../lib/tsocket/tsocket_internal.h"
 #include "../librpc/gen_ndr/ndr_named_pipe_auth.h"
 #include "../libcli/named_pipe_auth/npa_tstream.h"
+#if _SAMBA_BUILD_ == 4
 #include "libcli/raw/smb.h"
+#endif
 
 static const struct tstream_context_ops tstream_npa_ops;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list