X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffsusage.c;h=d92602936c2c262ce0396a40e1dfd3c2caddfbc4;hb=0df2580e13bb5523b7f5569e9bec1fda9c812677;hp=2d935fb30672dbf35e83cfbcc5eaddb0a0f81d5f;hpb=d32523a56d56b17444d3453e8622068bd3406ba0;p=gnulib.git diff --git a/lib/fsusage.c b/lib/fsusage.c index 2d935fb30..d92602936 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 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,14 +36,7 @@ #include #include "fsusage.h" -#if HAVE_LIMITS_H -# include -#endif -#ifndef CHAR_BIT -# define CHAR_BIT 8 -#endif - -int statfs (); +#include #if HAVE_SYS_PARAM_H # include