diff options
-rw-r--r-- | libdiskfs/boot-parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdiskfs/boot-parse.c b/libdiskfs/boot-parse.c index 15814ef0..1f83041b 100644 --- a/libdiskfs/boot-parse.c +++ b/libdiskfs/boot-parse.c @@ -134,6 +134,7 @@ diskfs_parse_bootargs (int argc, char **argv) (void) device_open (diskfs_master_device, D_READ|D_WRITE, "console", &con); stderr = stdout = mach_open_devstream (con, "w"); + setlinebuf (stdout); stdin = mach_open_devstream (con, "r"); /* For now... */ |