From: Amos Jeffries Date: Sat, 3 May 2008 06:36:25 +0000 (-0600) Subject: Bootstrap and build-test fallout from earlier patches X-Git-Tag: SQUID_3_0_STABLE6~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3160c1d0813cd40c6760e1d2b3519bcfb558335;p=thirdparty%2Fsquid.git Bootstrap and build-test fallout from earlier patches --- diff --git a/src/Makefile.in b/src/Makefile.in index dbba7f04c2..6fa275bde4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -3743,6 +3743,7 @@ tests_testCoss_SOURCES = tests/testCoss.cc \ $(SWAP_TEST_SOURCES) tests_testCoss_LDADD = \ + libsquid.la \ $(SWAP_TEST_LDADD) \ @SSLLIB@ diff --git a/src/main.cc b/src/main.cc index 28bd54fc5c..7dce882a98 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1069,6 +1069,7 @@ int main(int argc, char **argv) #endif { + int oldmask; #ifdef _SQUID_WIN32_ int WIN32_init_err;