]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
protect unlinkd_[rw]fd with USE_UNLINKD
authorwessels <>
Fri, 14 Aug 1998 23:38:19 +0000 (23:38 +0000)
committerwessels <>
Fri, 14 Aug 1998 23:38:19 +0000 (23:38 +0000)
src/unlinkd.cc

index f4d3b25f94ce19a7d2bcd1841fe6282549412d84..974c34a7b006c2fe061c99892e3d9e4c7fc99596 100644 (file)
@@ -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)