[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Fri Jan 29 12:18:18 MST 2010


The branch, master has been updated
       via  97fd03a... s4:include/includes.h - Need to include "system/network.h"
       via  dfd93fc... s4:libcli/util/tstream.c - Need to include "system/network.h"
      from  6442b0f... libcli/nbt: fix off-by-one bug in ndr_pull_wrepl_nbt_name()

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


- Log -----------------------------------------------------------------
commit 97fd03a15a694450e80310fc776a58c6fde58a52
Author: Matthias Dieter Wallnöfer <mwallnoefer at yahoo.de>
Date:   Fri Jan 29 20:13:38 2010 +0100

    s4:include/includes.h - Need to include "system/network.h"
    
    Otherwise I don't get the definition of "struct in_addr" for "lib/util/util.h" on CentOS 4.

commit dfd93fc7e3d2991abb67be63d8e859b50f99b473
Author: Matthias Dieter Wallnöfer <mwallnoefer at yahoo.de>
Date:   Fri Jan 29 20:01:34 2010 +0100

    s4:libcli/util/tstream.c - Need to include "system/network.h"
    
    Otherwise I don't get "struct iovec" through "<sys/uio.h>" on CentOS 4.

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

Summary of changes:
 libcli/util/tstream.c      |    1 +
 source4/include/includes.h |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/libcli/util/tstream.c b/libcli/util/tstream.c
index f6c92f3..8911c5d 100644
--- a/libcli/util/tstream.c
+++ b/libcli/util/tstream.c
@@ -20,6 +20,7 @@
 #include "includes.h"
 #include <tevent.h>
 #include "system/filesys.h"
+#include "system/network.h"
 #include "../lib/tsocket/tsocket.h"
 #include "../libcli/util/tstream.h"
 #include "../lib/util/tevent_ntstatus.h"
diff --git a/source4/include/includes.h b/source4/include/includes.h
index 8d28808..21f3925 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -33,6 +33,7 @@
 #include "system/time.h"
 #include "system/wait.h"
 #include "system/locale.h"
+#include "system/network.h"
 
 /* only do the C++ reserved word check when we compile
    to include --with-developer since too many systems


-- 
Samba Shared Repository


More information about the samba-cvs mailing list