From: Jim Meyering Date: Mon, 18 Oct 1993 01:58:28 +0000 (+0000) Subject: GNU file utilities X-Git-Tag: FILEUTILS-3_9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95ed01883016323b7476f3ee580149ea4b810e0f;p=thirdparty%2Fgnulib.git GNU file utilities --- diff --git a/lib/fileblocks.c b/lib/fileblocks.c index 4c03a1782c..ee82f7596e 100644 --- a/lib/fileblocks.c +++ b/lib/fileblocks.c @@ -35,7 +35,9 @@ #ifndef NINDIR /* Some SysV's, like Irix, seem to lack these. Hope they're correct. */ /* Size of a indirect block, in bytes. */ +#ifndef BSIZE #define BSIZE 1024 +#endif /* Number of inode pointers per indirect block. */ #define NINDIR (BSIZE/sizeof(daddr_t))