[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] stubdom: fix missing evtchn.h header
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1215604876 -3600 # Node ID 9afe01a0e160353be900e041207101ada4a2deee # Parent 4124e63b24a4fc6669809919bd8e3bd3c7f105b4 stubdom: fix missing evtchn.h header We actually do not need any since we include MiniOS' headers. Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx> --- tools/libxc/xc_minios.c | 1 - 1 files changed, 1 deletion(-) diff -r 4124e63b24a4 -r 9afe01a0e160 tools/libxc/xc_minios.c --- a/tools/libxc/xc_minios.c Wed Jul 09 13:00:23 2008 +0100 +++ b/tools/libxc/xc_minios.c Wed Jul 09 13:01:16 2008 +0100 @@ -21,7 +21,6 @@ #include <errno.h> #include <xen/memory.h> -#include <xen/sys/evtchn.h> #include <unistd.h> #include <fcntl.h> #include <stdio.h> _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |