From: wessels <> Date: Fri, 14 Aug 1998 23:38:19 +0000 (+0000) Subject: protect unlinkd_[rw]fd with USE_UNLINKD X-Git-Tag: SQUID_3_0_PRE1~2900 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b43afb78e5b7fb955ee0e6c983cdfe901de19be5;p=thirdparty%2Fsquid.git protect unlinkd_[rw]fd with USE_UNLINKD --- diff --git a/src/unlinkd.cc b/src/unlinkd.cc index f4d3b25f94..974c34a7b0 100644 --- a/src/unlinkd.cc +++ b/src/unlinkd.cc @@ -1,5 +1,5 @@ /* - * $Id: unlinkd.cc,v 1.25 1998/08/05 06:05:03 wessels Exp $ + * $Id: unlinkd.cc,v 1.26 1998/08/14 17:38:19 wessels Exp $ * * DEBUG: section 12 Unlink Daemon * AUTHOR: Duane Wessels @@ -78,8 +78,10 @@ main(int argc, char *argv[]) #include "squid.h" +#if USE_UNLINKD static int unlinkd_wfd = -1; static int unlinkd_rfd = -1; +#endif void unlinkdUnlink(const char *path)