From: wessels <> Date: Sat, 6 Jan 2001 04:10:38 +0000 (+0000) Subject: Collins: incorrect #ifdef for windows and sys/vfs.h. X-Git-Tag: SQUID_3_0_PRE1~1689 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=203526a11f063dc76c327bd5c9c6f8f85d536409;p=thirdparty%2Fsquid.git Collins: incorrect #ifdef for windows and sys/vfs.h. --- diff --git a/src/store_dir.cc b/src/store_dir.cc index 8b28b57c44..226c1c451f 100644 --- a/src/store_dir.cc +++ b/src/store_dir.cc @@ -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 @@ -39,11 +39,11 @@ #if HAVE_SYS_STATVFS_H #include #endif +#endif /* Windows uses sys/vfs.h */ #if HAVE_SYS_VFS_H #include #endif -#endif static int storeDirValidSwapDirSize(int, ssize_t); static STDIRSELECT storeDirSelectSwapDirRoundRobin;