Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/xen/include Fix build. A multiline macro needs 'lin...



details:   https://anonhg.NetBSD.org/src/rev/fb09e89f5710
branches:  trunk
changeset: 448426:fb09e89f5710
user:      cherry <cherry%NetBSD.org@localhost>
date:      Sat Feb 02 15:09:32 2019 +0000

description:
Fix build. A multiline macro needs 'line continuation'.

diffstat:

 sys/arch/xen/include/xenring.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bd1917c77535 -r fb09e89f5710 sys/arch/xen/include/xenring.h
--- a/sys/arch/xen/include/xenring.h    Sat Feb 02 14:50:15 2019 +0000
+++ b/sys/arch/xen/include/xenring.h    Sat Feb 02 15:09:32 2019 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index