Lots of changes, see http://www.cs.utexas.edu/users/aliguori/vm-tools/ for more information. I've just fixed trivial errors to make it build on NetBSD >=3.0, still not tested... will do in a few minutes.
12 lines
337 B
Text
12 lines
337 B
Text
$NetBSD: patch-aj,v 1.1 2005/10/01 00:49:31 xtraeme Exp $
|
|
|
|
--- tools/vm-shutdown.c.orig 2005-10-01 02:38:06.000000000 +0200
|
|
+++ tools/vm-shutdown.c 2005-10-01 02:38:16.000000000 +0200
|
|
@@ -31,6 +31,7 @@
|
|
#include <sys/wait.h>
|
|
#include <err.h>
|
|
#include <getopt.h>
|
|
+#include <string.h>
|
|
|
|
#include <xc.h>
|
|
#include "../xenctld/xenctld.h"
|