[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1532-g59faf3b

Stefan Metzmacher metze at samba.org
Wed May 14 13:26:07 GMT 2008


The branch, v4-0-test has been updated
       via  59faf3bf670140784d5698bbdc8b86afe8e188ec (commit)
      from  10415bb738d51afdebbfeae976923e086805ae84 (commit)

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


- Log -----------------------------------------------------------------
commit 59faf3bf670140784d5698bbdc8b86afe8e188ec
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed May 14 15:19:43 2008 +0200

    lib/events: system/network.h isn't needed
    
    metze

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

Summary of changes:
 source/lib/events/configure.ac      |    1 -
 source/lib/events/events_aio.c      |    1 -
 source/lib/events/events_epoll.c    |    1 -
 source/lib/events/events_standard.c |    1 -
 4 files changed, 0 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/events/configure.ac b/source/lib/events/configure.ac
index 4eb3575..afae82d 100644
--- a/source/lib/events/configure.ac
+++ b/source/lib/events/configure.ac
@@ -6,7 +6,6 @@ AC_INIT(events, 1.0.0)
 AC_CONFIG_SRCDIR([events.c])
 AC_CONFIG_HEADER(config.h)
 AC_LIBREPLACE_ALL_CHECKS
-AC_LIBREPLACE_NETWORK_CHECKS
 
 m4_include(libtalloc.m4)
 
diff --git a/source/lib/events/events_aio.c b/source/lib/events/events_aio.c
index a041738..b1343ef 100644
--- a/source/lib/events/events_aio.c
+++ b/source/lib/events/events_aio.c
@@ -32,7 +32,6 @@
 
 #include "includes.h"
 #include "system/filesys.h"
-#include "system/network.h"
 #include "lib/util/dlinklist.h"
 #include "lib/events/events.h"
 #include "lib/events/events_internal.h"
diff --git a/source/lib/events/events_epoll.c b/source/lib/events/events_epoll.c
index 07e6615..7316f0f 100644
--- a/source/lib/events/events_epoll.c
+++ b/source/lib/events/events_epoll.c
@@ -28,7 +28,6 @@
 #include "events_util.h"
 #endif
 #include "system/filesys.h"
-#include "system/network.h"
 #include "events.h"
 #include "events_internal.h"
 #include <sys/epoll.h>
diff --git a/source/lib/events/events_standard.c b/source/lib/events/events_standard.c
index 4e41c42..017ebc0 100644
--- a/source/lib/events/events_standard.c
+++ b/source/lib/events/events_standard.c
@@ -35,7 +35,6 @@
 #include "events_util.h"
 #endif
 #include "system/filesys.h"
-#include "system/network.h"
 #include "system/select.h" /* needed for HAVE_EVENTS_EPOLL */
 #include "events.h"
 #include "events_internal.h"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list