diff options
author | Roland McGrath <roland@gnu.org> | 1994-10-28 22:26:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-10-28 22:26:21 +0000 |
commit | f3236663c270a78a1fce85f5cfbc9b115646bf8d (patch) | |
tree | a8b233fc7e478984202b8f6da61f553b16457958 | |
parent | aa734327a305badc09eecd575281ddbee226ef8e (diff) |
Formerly boot-parse.c.~11~
-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... */ |