]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Collins: incorrect #ifdef for windows and sys/vfs.h.
authorwessels <>
Sat, 6 Jan 2001 04:10:38 +0000 (04:10 +0000)
committerwessels <>
Sat, 6 Jan 2001 04:10:38 +0000 (04:10 +0000)
src/store_dir.cc

index 8b28b57c446fc2df6e3344853c867410059c61ea..226c1c451fa20ca148a671da2c7f859af5f962b3 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store_dir.cc,v 1.122 2001/01/05 03:58:18 wessels Exp $
+ * $Id: store_dir.cc,v 1.123 2001/01/05 21:10:38 wessels Exp $
  *
  * DEBUG: section 47    Store Directory Routines
  * AUTHOR: Duane Wessels
 #if HAVE_SYS_STATVFS_H
 #include <sys/statvfs.h>
 #endif
+#endif
 /* Windows uses sys/vfs.h */
 #if HAVE_SYS_VFS_H
 #include <sys/vfs.h>
 #endif
-#endif
 
 static int storeDirValidSwapDirSize(int, ssize_t);
 static STDIRSELECT storeDirSelectSwapDirRoundRobin;