# HG changeset patch # User Jim Meyering # Date 750909508 0 # Node ID 7b031e2eea0780843e9cb9f2ef442ef4b4355ae2 # Parent 53b6a07c015670c518f4c2bebc6eee4143d164ae GNU file utilities diff --git a/lib/fileblocks.c b/lib/fileblocks.c --- 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))