From d2d193c7b666d41dcfbe0318773888459205d1b0 Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Wed, 15 Mar 2006 11:29:22 +0000 Subject: [PATCH] More space for mdb. Terminate an error message with a newline. --- commands/mdb/Makefile | 2 +- commands/mdb/io.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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() -- 2.44.0