X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffileblocks.c;h=9a10cc222423f568febf9cf2f8edfd6f228fb687;hb=22403b089802680b3146c51d85815040fc4e9d46;hp=8d4f41c24ea7e9f2e4ca042c2f73b654843a1c0c;hpb=222b0486b7db1b09293e05512873d633440efcb3;p=gnulib.git diff --git a/lib/fileblocks.c b/lib/fileblocks.c index 8d4f41c24..9a10cc222 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 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 @@ -30,9 +31,7 @@ #if !HAVE_STRUCT_STAT_ST_BLOCKS && !defined _POSIX_SOURCE && defined BSIZE -# if HAVE_UNISTD_H -# include -# endif +# include # ifndef NINDIR