diff --git a/commands/mdb/Makefile b/commands/mdb/Makefile index e39f079d5..976da2cd4 100644 --- a/commands/mdb/Makefile +++ b/commands/mdb/Makefile @@ -15,7 +15,7 @@ CC =exec cc LD =exec cc LDFLAGS =-i TARGET =mdb -STACK =100000 +STACK =200000 # # (2) If kernel and mm are not in "/usr/src" change this # diff --git a/commands/mdb/io.c b/commands/mdb/io.c index f99b12829..874fde4d1 100644 --- a/commands/mdb/io.c +++ b/commands/mdb/io.c @@ -143,6 +143,7 @@ char *m; outstr(m); outstr(": "); outstr(strerror(errno)); + outstr("\n"); } PUBLIC void closestring()