From 5f6e7d008977fe7cade856f6ec7fe686153bf4dd Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 19 Mar 2008 16:21:01 +0000 Subject: [PATCH] stubdom: fix compilation Signed-off-by: Samuel Thibault --- lib/sys.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/sys.c b/lib/sys.c index ffc8bf9..f97991b 100644 --- a/lib/sys.c +++ b/lib/sys.c @@ -188,7 +188,6 @@ int open(const char *pathname, int flags, ...) } default: printk(" unsupported flags\n"); - stack_walk(); do_exit(); } if (fs_fd < 0) { -- 2.39.5