Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/xen/x86/hypervisor_machdep.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/xen/x86/hypervisor_machdep.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2.12.2 retrieving revision 1.3 diff -u -p -r1.2.12.2 -r1.3 --- src/sys/arch/xen/x86/hypervisor_machdep.c 2008/01/02 21:51:33 1.2.12.2 +++ src/sys/arch/xen/x86/hypervisor_machdep.c 2007/12/12 22:16:32 1.3 @@ -1,4 +1,4 @@ -/* $NetBSD: hypervisor_machdep.c,v 1.2.12.2 2008/01/02 21:51:33 bouyer Exp $ */ +/* $NetBSD: hypervisor_machdep.c,v 1.3 2007/12/12 22:16:32 bouyer Exp $ */ /* * @@ -59,7 +59,7 @@ #include -__KERNEL_RCSID(0, "$NetBSD: hypervisor_machdep.c,v 1.2.12.2 2008/01/02 21:51:33 bouyer Exp $"); +__KERNEL_RCSID(0, "$NetBSD: hypervisor_machdep.c,v 1.3 2007/12/12 22:16:32 bouyer Exp $"); #include #include @@ -67,6 +67,7 @@ __KERNEL_RCSID(0, "$NetBSD: hypervisor_m #include #include #include +#include #include "opt_xen.h"