pkgsrc-wip/vm-tools/patches/patch-aj
Juan Romero Pardines f7a327155c Update to 0.1.9.
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.
2005-10-01 00:49:31 +00:00

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"