X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffileblocks.c;h=4024d1ef24ff1b690e242862e37720141fe79918;hb=a9e638f0e4d6928c12f2b374bc369bb1ecf2cdfe;hp=9a10cc222423f568febf9cf2f8edfd6f228fb687;hpb=7c3f8da8f075e3813ced160d5b53a28c6f7dfe78;p=gnulib.git diff --git a/lib/fileblocks.c b/lib/fileblocks.c index 9a10cc222..4024d1ef2 100644 --- a/lib/fileblocks.c +++ b/lib/fileblocks.c @@ -1,6 +1,6 @@ /* Convert file size to number of blocks on System V-like machines. - Copyright (C) 1990, 1997, 1998, 1999, 2004, 2005 Free Software + 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 @@ -18,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 @@ -35,7 +33,7 @@ # ifndef NINDIR -# if defined (__DJGPP__) +# if defined __DJGPP__ typedef long daddr_t; /* for disk address */ # endif