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

Karolin Seeger kseeger at samba.org
Fri Jul 6 12:55:36 MDT 2012


The branch, v3-5-test has been updated
       via  7a56042 s3: readd h_errno struct member but rename it
      from  1bbaba8 WHATSNEW: Start release notes for Samba 3.5.17.

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


- Log -----------------------------------------------------------------
commit 7a56042642409556c492cadd49772bb70fbd974d
Author: Björn Jacke <bj at sernet.de>
Date:   Thu Jun 10 23:15:19 2010 +0200

    s3: readd h_errno struct member but rename it
    
    as pointed out by metze this is a structure of fixed size, which should not be
    changed.
    (cherry picked from commit a8c051b2f91852b5228d6a903d6a7fd50d22de28)
    
    Second part of a fix for bug #9011 (Build on HP-UX broken).

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

Summary of changes:
 nsswitch/winbind_nss_hpux.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/nsswitch/winbind_nss_hpux.h b/nsswitch/winbind_nss_hpux.h
index 393c0a3..dba70a7 100644
--- a/nsswitch/winbind_nss_hpux.h
+++ b/nsswitch/winbind_nss_hpux.h
@@ -133,9 +133,9 @@ typedef struct nss_XbyY_args {
 	/*
 	*  h_errno is defined as function call macro for multithreaded applications
 	*  in HP-UX. *this* h_errno is not used in the HP-UX codepath of our nss
-	*  modules, so let's simply comment it out here:
-	* int h_errno;
+	*  modules, so let's simply rename it:
 	*/
+	int h_errno_unused;
 	nss_status_t status;
 } nss_XbyY_args_t;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list