]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Minimize differences with trunk.
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 4 Sep 2011 18:51:47 +0000 (12:51 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sun, 4 Sep 2011 18:51:47 +0000 (12:51 -0600)
configure.ac
src/DiskIO/Blocking/BlockingFile.cc
src/Makefile.am

index a21ab99686037fdb18803715b1a723b31470145b..1df0636f3684e1d5b3bb92e446e21cb257780cfc 100644 (file)
@@ -2591,7 +2591,6 @@ AC_SEARCH_LIBS([bind],[socket])
 AC_SEARCH_LIBS([opcom_stack_trace],[opcom_stack])
 AC_SEARCH_LIBS([strlcpy], [bsd])
 AC_SEARCH_LIBS([yp_match], [nsl nss_nis nss_nisplus])
-
 dnl Check for Winsock only on MinGW, on Cygwin we must use emulated BSD socket API
 if test "x$squid_host_os" = "xmingw" ; then
   SQUID_CHECK_WINSOCK_LIB
index 2a62698ce7fa32e5591a22b5e53560c34b17c522..d4955ee34709e0e9ac9ea7b0d8d548c8497fcbc8 100644 (file)
@@ -217,7 +217,7 @@ void
 BlockingFile::writeDone(int rvfd, int errflag, size_t len)
 {
     assert (rvfd == fd);
-    debugs(79,3, HERE << "FD " << fd << ", len " << len);
+    debugs(79, 3, HERE << "FD " << fd << ", len " << len);
 
     WriteRequest::Pointer result = writeRequest;
     writeRequest = NULL;
index dcdb6f110a851a2e72c53bd53d549d2cf0483c60..68fd27fae09c3d3b1c37ca151b0643442a3955fa 100644 (file)
@@ -466,8 +466,10 @@ squid_SOURCES = \
        Server.h \
        structs.h \
        swap_log_op.h \
-       SwapDir.cc MemStore.cc \
-       SwapDir.h MemStore.h \
+       SwapDir.cc \
+       SwapDir.h \
+       MemStore.cc \
+       MemStore.h \
        time.cc \
        TimeOrTag.h \
        tools.cc \
@@ -1356,7 +1358,8 @@ tests_testCacheManager_SOURCES = \
        StoreSwapLogData.cc \
        tools.cc \
        tunnel.cc \
-       SwapDir.cc MemStore.cc \
+       SwapDir.cc \
+       MemStore.cc \
        $(UNLINKDSOURCE) \
        url.cc \
        URLScheme.cc \
@@ -2258,7 +2261,8 @@ tests_testHttpRequest_SOURCES = \
        event.cc \
        tools.cc \
        tunnel.cc \
-       SwapDir.cc MemStore.cc \
+       SwapDir.cc \
+       MemStore.cc \
        url.cc \
        URLScheme.cc \
        urn.cc \
@@ -3098,7 +3102,8 @@ tests_testURL_SOURCES = \
        StoreMetaVary.cc \
        StoreSwapLogData.cc \
        String.cc \
-       SwapDir.cc MemStore.cc \
+       SwapDir.cc \
+       MemStore.cc \
        tests/stub_debug.cc \
        tests/stub_DiskIOModule.cc \
        tests/stub_main_cc.cc \