X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffileblocks.c;h=4024d1ef24ff1b690e242862e37720141fe79918;hb=dd6ceef65e424d30db8706273f88c20b015012ce;hp=8d4f41c24ea7e9f2e4ca042c2f73b654843a1c0c;hpb=222b0486b7db1b09293e05512873d633440efcb3;p=gnulib.git diff --git a/lib/fileblocks.c b/lib/fileblocks.c index 8d4f41c24..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. */ - -#ifdef 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