* [PATCH] stubdom: fix compilation
@ 2008-03-19 16:15 Samuel Thibault
0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2008-03-19 16:15 UTC (permalink / raw)
To: xen-devel
stubdom: fix compilation
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r 7d8892a90c90 extras/mini-os/lib/sys.c
--- a/extras/mini-os/lib/sys.c Wed Mar 19 14:13:17 2008 +0000
+++ b/extras/mini-os/lib/sys.c Wed Mar 19 16:15:08 2008 +0000
@@ -188,7 +188,6 @@ int open(const char *pathname, int flags
}
default:
printk(" unsupported flags\n");
- stack_walk();
do_exit();
}
if (fs_fd < 0) {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-19 16:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-19 16:15 [PATCH] stubdom: fix compilation Samuel Thibault
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.