From 0c827cb73977b1ae72fb48075d412914583f23e0 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Wed, 17 Jan 2001 16:17:49 +0000 Subject: Increase BUFSIZ to 512 to avoid bug in busybox tar. --- include/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stdio.h') diff --git a/include/stdio.h b/include/stdio.h index 01f6667ef..61c178308 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -51,7 +51,7 @@ struct __stdio_file { typedef struct __stdio_file FILE; /* Default buffer size. */ -#define BUFSIZ (500) /* should get us a fully used kmalloc bucket */ +#define BUFSIZ (512) /* Define EOF and NULL */ #define EOF (-1) -- cgit v1.2.3