summaryrefslogtreecommitdiff
path: root/srcx/util.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-05-19 16:10:57 +0000
committerStef Walter <stef@memberwebs.com>2004-05-19 16:10:57 +0000
commitd86ba2f5a45fd70e6503ba516eea9386bc176e22 (patch)
treef4bada479216547b85ce41a82ab2438c4979db40 /srcx/util.c
parente11f6612b763e48e70b88290a29e553976e88534 (diff)
Starting to solve the missing devfs problem
Diffstat (limited to 'srcx/util.c')
-rw-r--r--srcx/util.c10
1 files changed, 10 insertions, 0 deletions
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