[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28-47-g9d93ec1

Jeremy Allison jra at samba.org
Mon Dec 17 23:10:31 GMT 2007


The branch, v3-0-test has been updated
       via  9d93ec1cdd7ef3a6a02a8095bb1c487fd6310863 (commit)
      from  c5e3c7778e5b0ee24fe0ff5623e37d9574b9a7d7 (commit)

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


- Log -----------------------------------------------------------------
commit 9d93ec1cdd7ef3a6a02a8095bb1c487fd6310863
Author: Jeremy Allison <jra at samba.org>
Date:   Mon Dec 17 15:09:59 2007 -0800

    Fix socket_wrapper build for 3.0.x.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source/lib/replace/system/network.h b/source/lib/replace/system/network.h
index 4d9e9fd..94ec132 100644
--- a/source/lib/replace/system/network.h
+++ b/source/lib/replace/system/network.h
@@ -74,6 +74,10 @@
 #include <sys/ioctl.h>
 #endif
 
+#ifdef HAVE_STROPTS_H
+#include <stropts.h>
+#endif
+
 #ifdef SOCKET_WRAPPER
 #ifndef SOCKET_WRAPPER_NOT_REPLACE
 #define SOCKET_WRAPPER_REPLACE
@@ -81,10 +85,6 @@
 #include "lib/socket_wrapper/socket_wrapper.h"
 #endif
 
-#ifdef HAVE_STROPTS_H
-#include <stropts.h>
-#endif
-
 #ifdef REPLACE_INET_NTOA
 char *rep_inet_ntoa(struct in_addr ip);
 #define inet_ntoa rep_inet_ntoa


-- 
Samba Shared Repository


More information about the samba-cvs mailing list