Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/xen/xen If we check XENPV, make sure to #include "o...



details:   https://anonhg.NetBSD.org/src/rev/797c1fb133d1
branches:  trunk
changeset: 369780:797c1fb133d1
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Wed Aug 31 14:00:44 2022 +0000

description:
If we check XENPV, make sure to #include "opt_xen.h"

diffstat:

 sys/arch/xen/xen/privcmd.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 8969d4e969e4 -r 797c1fb133d1 sys/arch/xen/xen/privcmd.c
--- a/sys/arch/xen/xen/privcmd.c        Wed Aug 31 12:53:27 2022 +0000
+++ b/sys/arch/xen/xen/privcmd.c        Wed Aug 31 14:00:44 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: privcmd.c,v 1.62 2022/08/31 12:51:56 bouyer Exp $ */
+/* $NetBSD: privcmd.c,v 1.63 2022/08/31 14:00:44 bouyer Exp $ */
 
 /*-
  * Copyright (c) 2004 Christian Limpach.
@@ -27,7 +27,9 @@
 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: privcmd.c,v 1.62 2022/08/31 12:51:56 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: privcmd.c,v 1.63 2022/08/31 14:00:44 bouyer Exp $");
+
+#include "opt_xen.h"
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index