From 006578d4fa9bc8c3d298e9f691a03b9dbff595ea Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 8 Jun 2004 12:00:42 +0000 Subject: [PATCH] . --- src/box.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/box.c b/src/box.c index e19cf4a..062110f 100644 --- a/src/box.c +++ b/src/box.c @@ -253,7 +253,7 @@ valid_syscall(struct user *u) return allow_times; case SYS_kill: if (u->regs.ebx == box_pid) - die("Commited suicide by signal %d", (int)u->regs.ecx); + die("Commited suicide by signal %d.", (int)u->regs.ecx); return 0; default: return 0; -- 2.39.2