From: Keir Fraser Date: Wed, 19 Mar 2008 16:21:01 +0000 (+0000) Subject: stubdom: fix compilation X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5f6e7d008977fe7cade856f6ec7fe686153bf4dd;p=people%2Fliuw%2Flibxenctrl-split%2Fmini-os.git stubdom: fix compilation Signed-off-by: Samuel Thibault --- 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) {