changeset 129:7b031e2eea07

GNU file utilities
author Jim Meyering <jim@meyering.net>
date Mon, 18 Oct 1993 01:58:28 +0000
parents 53b6a07c0156
children 5721c3bca320
files lib/fileblocks.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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))