X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffileblocks.c;h=4024d1ef24ff1b690e242862e37720141fe79918;hb=943135931d5db0e1579e5b743e5c13dd5cc47158;hp=dd6fb6d3a7769360e5878cf8edc95b36cf15db2e;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/fileblocks.c b/lib/fileblocks.c index dd6fb6d3a..4024d1ef2 100644 --- a/lib/fileblocks.c +++ b/lib/fileblocks.c @@ -1,6 +1,7 @@ /* Convert file size to number of blocks on System V-like machines. - Copyright (C) 1990, 1997, 1998, 1999, 2004 Free Software Foundation, Inc. + Copyright (C) 1990, 1997, 1998, 1999, 2004, 2005, 2006 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 @@ -17,10 +18,8 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Written by Brian L. Matthews, blm@6sceng.UUCP. */ - -#if HAVE_CONFIG_H -# include -#endif + +#include #include @@ -30,13 +29,11 @@ #if !HAVE_STRUCT_STAT_ST_BLOCKS && !defined _POSIX_SOURCE && defined BSIZE -# if HAVE_UNISTD_H -# include -# endif +# include # ifndef NINDIR -# if defined (__DJGPP__) +# if defined __DJGPP__ typedef long daddr_t; /* for disk address */ # endif