[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Wed Mar 30 03:40:01 MDT 2011


The branch, master has been updated
       via  fbd0ff6 s3: try to fix the build on some non-linux buildfarm machines.
      from  0fea80c s3: Fix Coverity ID 2217: RESOURCE_LEAK

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


- Log -----------------------------------------------------------------
commit fbd0ff69ec07c55a2858f49b1effb40bd871d4a6
Author: Günther Deschner <gd at samba.org>
Date:   Wed Mar 30 10:50:10 2011 +0200

    s3: try to fix the build on some non-linux buildfarm machines.
    
    Guenther
    
    Autobuild-User: Günther Deschner <gd at samba.org>
    Autobuild-Date: Wed Mar 30 11:39:31 CEST 2011 on sn-devel-104

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

Summary of changes:
 source3/auth/pass_check.c |    1 +
 source3/include/event.h   |    2 +-
 source3/lib/packet.c      |    1 +
 source3/smbd/utmp.c       |    1 +
 4 files changed, 4 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/auth/pass_check.c b/source3/auth/pass_check.c
index 93aa89c..a7a1c3d 100644
--- a/source3/auth/pass_check.c
+++ b/source3/auth/pass_check.c
@@ -21,6 +21,7 @@
    password database. The SMB encrypted password support is elsewhere */
 
 #include "includes.h"
+#include "system/passwd.h"
 #include "auth.h"
 
 #undef DBGC_CLASS
diff --git a/source3/include/event.h b/source3/include/event.h
index d69b333..1e5dfab 100644
--- a/source3/include/event.h
+++ b/source3/include/event.h
@@ -25,7 +25,7 @@
 #define event_context_init(mem_ctx) s3_tevent_context_init(mem_ctx)
 
 /* The following definitions come from lib/events.c  */
-
+struct pollfd;
 struct timeval *get_timed_events_timeout(struct event_context *event_ctx,
 					 struct timeval *to_ret);
 void dump_event_list(struct event_context *event_ctx);
diff --git a/source3/lib/packet.c b/source3/lib/packet.c
index 26ca1da..133983d 100644
--- a/source3/lib/packet.c
+++ b/source3/lib/packet.c
@@ -19,6 +19,7 @@
 
 #include "includes.h"
 #include "../lib/util/select.h"
+#include "system/filesys.h"
 #include "system/select.h"
 #include "packet.h"
 
diff --git a/source3/smbd/utmp.c b/source3/smbd/utmp.c
index 2d6beab..47462f6 100644
--- a/source3/smbd/utmp.c
+++ b/source3/smbd/utmp.c
@@ -19,6 +19,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "smbd/smbd.h"
 
 /****************************************************************************


-- 
Samba Shared Repository


More information about the samba-cvs mailing list