]> Zhao Yanbai Git Server - minix.git/commitdiff
Bigger BUFSIZ for bigger fs block size.
authorBen Gras <ben@minix3.org>
Thu, 6 Jul 2006 10:02:25 +0000 (10:02 +0000)
committerBen Gras <ben@minix3.org>
Thu, 6 Jul 2006 10:02:25 +0000 (10:02 +0000)
include/stdio.h

index 1e83bbc48d0c1cda49bb10b57a5acfd5b4406a79..59082fc53496503eeb51c538f4aeedf9f5d9416b 100755 (executable)
@@ -49,7 +49,7 @@ typedef struct __iobuf {
 #define        stdout          (&__stdout)
 #define        stderr          (&__stderr)
 
-#define        BUFSIZ          1024
+#define        BUFSIZ          4096
 #define        NULL            ((void *)0)
 #define        EOF             (-1)