]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
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 4c03a1782c947d00b898085903c1cfed887b2696..ee82f7596eb332950cb4a39e292fe6542d67ab72 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))