Module Name: src
Committed By: cherry
Date: Sat Feb 2 15:09:32 UTC 2019
Modified Files:
src/sys/arch/xen/include: xenring.h
Log Message:
Fix build. A multiline macro needs 'line continuation'.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/xen/include/xenring.h
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/include/xenring.h
diff -u src/sys/arch/xen/include/xenring.h:1.2 src/sys/arch/xen/include/xenring.h:1.3
--- src/sys/arch/xen/include/xenring.h:1.2 Sat Feb 2 14:50:15 2019
+++ src/sys/arch/xen/include/xenring.h Sat Feb 2 15:09:32 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: xenring.h,v 1.2 2019/02/02 14:50:15 cherry Exp $ */
+/* $NetBSD: xenring.h,v 1.3 2019/02/02 15:09:32 cherry Exp $ */
/*
* Glue goop for xbd ring request/response protocol structures.
@@ -10,7 +10,7 @@
#ifndef _XEN_RING_H
#define _XEN_RING_H
-#if (__XEN_INTERFACE_VERSION__ >= 0x00030201) &&
+#if (__XEN_INTERFACE_VERSION__ >= 0x00030201) && \
(__XEN_INTERFACE_VERSION < 0x00030208)
#include <xen/include/public/io/ring.h>