Module Name:    src
Committed By:   bouyer
Date:           Wed Aug 31 14:00:44 UTC 2022

Modified Files:
        src/sys/arch/xen/xen: privcmd.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/xen/xen/privcmd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/xen/xen/privcmd.c
diff -u src/sys/arch/xen/xen/privcmd.c:1.62 src/sys/arch/xen/xen/privcmd.c:1.63
--- src/sys/arch/xen/xen/privcmd.c:1.62	Wed Aug 31 12:51:56 2022
+++ src/sys/arch/xen/xen/privcmd.c	Wed Aug 31 14:00:44 2022
@@ -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>

Reply via email to