diff --git a/servers/vfs/kputc.c b/servers/vfs/kputc.c index a091c8761..f5d769881 100644 --- a/servers/vfs/kputc.c +++ b/servers/vfs/kputc.c @@ -15,7 +15,7 @@ #define PRINTPROCS (sizeof(procs)/sizeof(procs[0])) -static char print_buf[80]; /* output is buffered here */ +static char print_buf[800]; /* output is buffered here */ int kputc_use_private_grants= 0;