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://erislabs.net/gitweb/?a=commitdiff_plain;h=refs%2Ftags%2FFILEUTILS-3_9;p=gnulib.git GNU file utilities --- diff --git a/lib/fileblocks.c b/lib/fileblocks.c index 4c03a1782..ee82f7596 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))