From d86ba2f5a45fd70e6503ba516eea9386bc176e22 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 19 May 2004 16:10:57 +0000 Subject: Starting to solve the missing devfs problem --- srcx/util.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'srcx/util.c') diff --git a/srcx/util.c b/srcx/util.c index ebdd873..1911d2f 100644 --- a/srcx/util.c +++ b/srcx/util.c @@ -142,6 +142,16 @@ done: return jid; } +kvm_t open_kvm_handle(char* errbuf) +{ + /* + * Basically the kvm routines won't work in + * a jail unless there's a /dev/null device + * for us to use as the file name. If it's + * missing we have to create it + */ +} + /* * in_jail * This code was written by James E. Quick mailto:jq@quick.com -- cgit v1.2.3