GNU file utilities FILEUTILS-3_9
authorJim Meyering <jim@meyering.net>
Mon, 18 Oct 1993 01:58:28 +0000 (01:58 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 18 Oct 1993 01:58:28 +0000 (01:58 +0000)
lib/fileblocks.c

index 4c03a17..ee82f75 100644 (file)
@@ -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))