summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-18 01:58:28 +0000
committerJim Meyering <jim@meyering.net>1993-10-18 01:58:28 +0000
commit95ed01883016323b7476f3ee580149ea4b810e0f (patch)
treeef1728a1b44125b188a8454f0e6f7f6eb42bc795
parentad7c2aa3c1faf1dc8f98a10372df38d90167e3b1 (diff)
downloadgnulib-FILEUTILS-3_9.tar.gz
GNU file utilitiesFILEUTILS-3_9
-rw-r--r--lib/fileblocks.c2
1 files changed, 2 insertions, 0 deletions
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))