From 95ed01883016323b7476f3ee580149ea4b810e0f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 18 Oct 1993 01:58:28 +0000 Subject: GNU file utilities --- lib/fileblocks.c | 2 ++ 1 file changed, 2 insertions(+) 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)) -- cgit v1.2.1