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

Karolin Seeger kseeger at samba.org
Fri Jun 3 12:35:55 MDT 2011


The branch, v3-6-test has been updated
       via  65a59d6 replace: remove waring if IOV_MAX is not defined
       via  af5f3dd Fix bug #7998.
      from  6aeb139 struct make "struct shadow_copy_data" its own talloc context (cherry picked from commit d77854fbb22bc9237cea14aae1179bbfe3bd0998)

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


- Log -----------------------------------------------------------------
commit 65a59d62f82f7a042b05f7a6f527d70c86f6e352
Author: Björn Jacke <bj at sernet.de>
Date:   Tue May 31 09:47:17 2011 +0200

    replace: remove waring if IOV_MAX is not defined
    
    as discussed on samba-techincal we currelty don't rely on it and we don't want
    to flood this warning message during compile.
    
    Autobuild-User: Björn Jacke <bj at sernet.de>
    Autobuild-Date: Tue May 31 18:36:53 CEST 2011 on sn-devel-104
    (cherry picked from commit 65f0800a34270ff0c779c9f3feb63b02d3ec800f)
    
    Fix bug #7998 (fails to build on Hurd because of undefined IOV_MAX or
    UIO_MAXIOV).

commit af5f3ddc46b455163f0b322051230ba1886ea69e
Author: Samuel Thibault <sthibault at debian.org>
Date:   Fri Jun 3 20:34:16 2011 +0200

    Fix bug #7998.
    
    (fails to build on Hurd because of undefined IOV_MAX or
    UIO_MAXIOV)

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

Summary of changes:
 lib/replace/system/network.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/replace/system/network.h b/lib/replace/system/network.h
index f7c1bcf..a4e6a7e 100644
--- a/lib/replace/system/network.h
+++ b/lib/replace/system/network.h
@@ -331,8 +331,6 @@ typedef unsigned short int sa_family_t;
      * which might return 512 or bigger
      */
 #   define IOV_MAX 512
-#  else
-#   error IOV_MAX and UIO_MAXIOV undefined
 #  endif
 # endif
 #endif


-- 
Samba Shared Repository


More information about the samba-cvs mailing list