summaryrefslogtreecommitdiff
path: root/srcx/util.c
diff options
context:
space:
mode:
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