From 76cc19f6791cc74fafbdb40532928fc5586b8b79 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 18 Oct 2002 06:49:15 +0000 Subject: (ST_BLKSIZE): Correct comment describing how to reproduce HPUX-11 cat failure. --- src/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system.h b/src/system.h index 594811720..d227ba447 100644 --- a/src/system.h +++ b/src/system.h @@ -255,7 +255,7 @@ typedef enum {false = 0, true = 1} bool; # endif /* !_POSIX_SOURCE && BSIZE */ #else /* HAVE_STRUCT_STAT_ST_BLOCKS */ /* Some systems, like Sequents, return st_blksize of 0 on pipes. - Also, when running `cat large-file | rsh hp-ux-system', cat would + Also, when running `rsh hpux11-system cat any-file', cat would determine that the output stream had an st_blksize of 2147421096. So here we arbitrarily limit the `optimal' block size to 4MB. If anyone knows of a system for which the legitimate value for -- cgit v1.2.3-54-g00ecf