]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Backed out the change for including sys/vfs.h as Duane added the same
authorhno <>
Fri, 5 Jan 2001 05:34:18 +0000 (05:34 +0000)
committerhno <>
Fri, 5 Jan 2001 05:34:18 +0000 (05:34 +0000)
thing in store_dir.c

src/squid.h

index 105907d87c58db769ddf587d6c563810b3059331..d2eadfaaa1e327e71566792ba74b20a5f09a0858 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: squid.h,v 1.205 2001/01/04 21:57:58 hno Exp $
+ * $Id: squid.h,v 1.206 2001/01/04 22:34:18 hno Exp $
  *
  * AUTHOR: Duane Wessels
  *
 #if HAVE_SYS_STAT_H
 #include <sys/stat.h>
 #endif
-#if HAVE_SYS_VFS_H
-#include <sys/vfs.h>
-#endif
 #if HAVE_SYS_UN_H
 #include <sys/un.h>
 #endif