From: Benno Rice Date: Wed, 24 Sep 2008 00:29:50 +0000 (+1000) Subject: Fix build breakage caused by r9216. X-Git-Tag: SQUID_3_1_0_1~49^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db75ee49fd5b868803ff1fde6e3b5fa1d8c19a13;p=thirdparty%2Fsquid.git Fix build breakage caused by r9216. There were a number of problems in r9216: - Unterminated blocks in if () statements. - Use of a struct to refer to an enum declared within the struct. - Use of incorrect enum values after the originals were renamed. - References to enum values from within the struct without the struct name. Note that these changes have not been tested, but they do allow the tree to build again. --- db75ee49fd5b868803ff1fde6e3b5fa1d8c19a13