]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrap and build-test fallout from earlier patches
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 3 May 2008 06:36:25 +0000 (00:36 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 3 May 2008 06:36:25 +0000 (00:36 -0600)
src/Makefile.in
src/main.cc

index dbba7f04c237359a9e06e5c5bd1bce3f27234061..6fa275bde4afad485b23bdb9836e0e18df24993d 100644 (file)
@@ -3743,6 +3743,7 @@ tests_testCoss_SOURCES = tests/testCoss.cc \
        $(SWAP_TEST_SOURCES)
 
 tests_testCoss_LDADD = \
+       libsquid.la \
        $(SWAP_TEST_LDADD) \
        @SSLLIB@
 
index 28bd54fc5cd41449d4f7d42db4e25984aef3364e..7dce882a989fee000f9cf8c8781eb405e6ce38da 100644 (file)
@@ -1069,6 +1069,7 @@ int
 main(int argc, char **argv)
 #endif
 {
+    int oldmask;
 #ifdef _SQUID_WIN32_
 
     int WIN32_init_err;