[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-2035-g5e67aa9

Kai Blin kai at samba.org
Thu Jun 4 20:33:39 GMT 2009


The branch, master has been updated
       via  5e67aa92f6f715a4375d769ca1b24145cf6d41bb (commit)
      from  e1eb48bc6baf370c58f41f8ddec4b03809c3b193 (commit)

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


- Log -----------------------------------------------------------------
commit 5e67aa92f6f715a4375d769ca1b24145cf6d41bb
Author: Kai Blin <kai at samba.org>
Date:   Thu Jun 4 22:32:21 2009 +0200

    libwbclient: Attempt to fix build on AIX

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

Summary of changes:
 nsswitch/libwbclient/wbc_guid.c  |    1 +
 nsswitch/libwbclient/wbc_idmap.c |    1 +
 nsswitch/libwbclient/wbc_pam.c   |    1 +
 nsswitch/libwbclient/wbc_pwd.c   |    1 +
 nsswitch/libwbclient/wbc_sid.c   |    1 +
 nsswitch/libwbclient/wbc_util.c  |    1 +
 nsswitch/libwbclient/wbclient.c  |    1 +
 7 files changed, 7 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/nsswitch/libwbclient/wbc_guid.c b/nsswitch/libwbclient/wbc_guid.c
index c343e24..d55a197 100644
--- a/nsswitch/libwbclient/wbc_guid.c
+++ b/nsswitch/libwbclient/wbc_guid.c
@@ -22,6 +22,7 @@
 
 /* Required Headers */
 
+#include "replace.h"
 #include "libwbclient.h"
 
 /* Convert a binary GUID to a character string */
diff --git a/nsswitch/libwbclient/wbc_idmap.c b/nsswitch/libwbclient/wbc_idmap.c
index 5b2ab87..10a02fd 100644
--- a/nsswitch/libwbclient/wbc_idmap.c
+++ b/nsswitch/libwbclient/wbc_idmap.c
@@ -22,6 +22,7 @@
 
 /* Required Headers */
 
+#include "replace.h"
 #include "libwbclient.h"
 
 /* Convert a Windows SID to a Unix uid, allocating an uid if needed */
diff --git a/nsswitch/libwbclient/wbc_pam.c b/nsswitch/libwbclient/wbc_pam.c
index eeb798a..a245d8a 100644
--- a/nsswitch/libwbclient/wbc_pam.c
+++ b/nsswitch/libwbclient/wbc_pam.c
@@ -22,6 +22,7 @@
 
 /* Required Headers */
 
+#include "replace.h"
 #include "libwbclient.h"
 
 /* Authenticate a username/password pair */
diff --git a/nsswitch/libwbclient/wbc_pwd.c b/nsswitch/libwbclient/wbc_pwd.c
index dacd949..897bf1f 100644
--- a/nsswitch/libwbclient/wbc_pwd.c
+++ b/nsswitch/libwbclient/wbc_pwd.c
@@ -22,6 +22,7 @@
 
 /* Required Headers */
 
+#include "replace.h"
 #include "libwbclient.h"
 
 /** @brief The maximum number of pwent structs to get from winbindd
diff --git a/nsswitch/libwbclient/wbc_sid.c b/nsswitch/libwbclient/wbc_sid.c
index 46c59a9..aa32e83 100644
--- a/nsswitch/libwbclient/wbc_sid.c
+++ b/nsswitch/libwbclient/wbc_sid.c
@@ -22,6 +22,7 @@
 
 /* Required Headers */
 
+#include "replace.h"
 #include "libwbclient.h"
 
 
diff --git a/nsswitch/libwbclient/wbc_util.c b/nsswitch/libwbclient/wbc_util.c
index 5c5034e..fcb7671 100644
--- a/nsswitch/libwbclient/wbc_util.c
+++ b/nsswitch/libwbclient/wbc_util.c
@@ -22,6 +22,7 @@
 
 /* Required Headers */
 
+#include "replace.h"
 #include "libwbclient.h"
 
 
diff --git a/nsswitch/libwbclient/wbclient.c b/nsswitch/libwbclient/wbclient.c
index 77b7e12..f4620ff 100644
--- a/nsswitch/libwbclient/wbclient.c
+++ b/nsswitch/libwbclient/wbclient.c
@@ -22,6 +22,7 @@
 
 /* Required Headers */
 
+#include "replace.h"
 #include "lib/talloc/talloc.h"
 #include "lib/tevent/tevent.h"
 #include "libwbclient.h"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list