From: Jim Meyering Date: Fri, 6 Jun 2003 19:46:45 +0000 (+0000) Subject: Merge from gnulib. X-Git-Tag: v5.0.1~364 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81c26ff410ba7a3c69fb6b1a40ad708c887effd7;p=thirdparty%2Fcoreutils.git Merge from gnulib. --- diff --git a/lib/fsusage.c b/lib/fsusage.c index f717d43a94..d92602936c 100644 --- a/lib/fsusage.c +++ b/lib/fsusage.c @@ -1,6 +1,7 @@ /* fsusage.c -- return space usage of mounted filesystems - Copyright (C) 1991, 1992, 1996, 1998, 1999, 2002, 2003 Free Software - Foundation, Inc. + + Copyright (C) 1991, 1992, 1996, 1998, 1999, 2002, 2003 Free + Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -35,12 +36,7 @@ #include #include "fsusage.h" -#if HAVE_LIMITS_H -# include -#endif -#ifndef CHAR_BIT -# define CHAR_BIT 8 -#endif +#include #if HAVE_SYS_PARAM_H # include