From: hno <> Date: Fri, 5 Jan 2001 05:34:18 +0000 (+0000) Subject: Backed out the change for including sys/vfs.h as Duane added the same X-Git-Tag: SQUID_3_0_PRE1~1694 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b8add2c7590e30450fd956d20f82a50c8fa6c58;p=thirdparty%2Fsquid.git Backed out the change for including sys/vfs.h as Duane added the same thing in store_dir.c --- diff --git a/src/squid.h b/src/squid.h index 105907d87c..d2eadfaaa1 100644 --- a/src/squid.h +++ b/src/squid.h @@ -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 * @@ -158,9 +158,6 @@ #if HAVE_SYS_STAT_H #include #endif -#if HAVE_SYS_VFS_H -#include -#endif #if HAVE_SYS_UN_H #include #endif