the windows file is #ifdef'd incorrectly for windows. Unix uses sys/vfs.h as well. AFAICT though, statvfs.h on unix automatically
includes sys/vfs.h
Rob
== file begins ===
Index: store_dir.c
===================================================================
RCS file: /cvsroot/squid/squid/src/store_dir.c,v
retrieving revision 1.1.1.3.12.6.4.3
diff -u -r1.1.1.3.12.6.4.3 store_dir.c
--- store_dir.c 2001/01/05 10:44:15     1.1.1.3.12.6.4.3
+++ store_dir.c 2001/01/05 10:47:53
@@ -39,10 +39,10 @@
 #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);
Received on Fri Jan 05 2001 - 03:50:15 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:13:10 MST