[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2522-g7b98620

Michael Adam obnox at samba.org
Tue Feb 26 10:59:56 GMT 2008


The branch, v3-2-test has been updated
       via  7b98620ef16c6969fd21dd9c157aedd4adb117a3 (commit)
      from  71f05a1f9656c4a50dd4b8b08575be6536e92288 (commit)

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


- Log -----------------------------------------------------------------
commit 7b98620ef16c6969fd21dd9c157aedd4adb117a3
Author: Michael Adam <obnox at samba.org>
Date:   Tue Feb 26 11:18:51 2008 +0100

    Fix build on VOS: socklen_t is needed for rep_inet_ntop: move it up.
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source/lib/replace/system/network.h b/source/lib/replace/system/network.h
index d09e3f7..a84b22e 100644
--- a/source/lib/replace/system/network.h
+++ b/source/lib/replace/system/network.h
@@ -83,6 +83,11 @@
 #include <stropts.h>
 #endif
 
+#ifndef HAVE_SOCKLEN_T
+#define HAVE_SOCKLEN_T
+typedef int socklen_t;
+#endif
+
 #ifdef REPLACE_INET_NTOA
 /* define is in "replace.h" */
 char *rep_inet_ntoa(struct in_addr ip);
@@ -245,11 +250,6 @@ void rep_freeifaddrs(struct ifaddrs *);
 #define HOST_NAME_MAX 256
 #endif
 
-#ifndef HAVE_SOCKLEN_T
-#define HAVE_SOCKLEN_T
-typedef int socklen_t;
-#endif
-
 #ifndef HAVE_SA_FAMILY_T
 #define HAVE_SA_FAMILY_T
 typedef unsigned short int sa_family_t;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list