X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Ffileblocks.c;h=4244e535cc61b760ba6a0d443aa64ac84ebc73bc;hb=49bfa9e57a3695690d9becf349cb2260a4e3040e;hp=dd6fb6d3a7769360e5878cf8edc95b36cf15db2e;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/fileblocks.c b/lib/fileblocks.c index dd6fb6d3a..4244e535c 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 @@ -18,7 +19,7 @@ /* Written by Brian L. Matthews, blm@6sceng.UUCP. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include #endif @@ -30,13 +31,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