[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-113-ga68bbea

Jeremy Allison jra at samba.org
Thu Oct 25 22:44:23 GMT 2007


The branch, v3-2-test has been updated
       via  a68bbea0d42cc64b9fa731ab2a1da82ef30937c6 (commit)
      from  2ec6224b552ef86fa1739c9e396c39c7ec6c76c6 (commit)

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


- Log -----------------------------------------------------------------
commit a68bbea0d42cc64b9fa731ab2a1da82ef30937c6
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Oct 25 15:43:44 2007 -0700

    Try and fix the Solaris build by adding a missing define
    (from Jerry).
    Jeremy

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

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


Changeset truncated at 500 lines:

diff --git a/source/lib/replace/system/network.h b/source/lib/replace/system/network.h
index c7b499a..d3ae2bf 100644
--- a/source/lib/replace/system/network.h
+++ b/source/lib/replace/system/network.h
@@ -247,6 +247,11 @@ struct addrinfo {
 #include "getaddrinfo.h"
 #endif
 
+/* Needed for some systems that don't define it (Solaris). */
+#ifndef ifr_netmask
+#define ifr_netmask ifr_addrs
+#endif
+
 #ifdef SOCKET_WRAPPER
 #ifndef SOCKET_WRAPPER_NOT_REPLACE
 #define SOCKET_WRAPPER_REPLACE


-- 
Samba Shared Repository


More information about the samba-cvs mailing list