|
From: <sv...@va...> - 2015-08-20 21:41:35
|
Author: florian
Date: Thu Aug 20 22:41:28 2015
New Revision: 15573
Log:
Fix incorrect header guard. Reported by gia...@gm...
Fixes BZ #351531
Modified:
trunk/NEWS
trunk/include/vki/vki-xen-physdev.h
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Thu Aug 20 22:41:28 2015
@@ -308,6 +308,7 @@
351140 arm64 syscalls setuid (146) and setresgid (149) not implemented
351386 Cannot run ld.so.1 under Valgrind
351474 Fix VG_(iseqsigset) as obvious
+351534 Fix incorrect header guard
n-i-bz Provide implementations of certain compiler builtins to support
compilers who may not provide those
n-i-bz Old STABS code is still being compiled, but never used. Remove it.
Modified: trunk/include/vki/vki-xen-physdev.h
==============================================================================
--- trunk/include/vki/vki-xen-physdev.h (original)
+++ trunk/include/vki/vki-xen-physdev.h Thu Aug 20 22:41:28 2015
@@ -1,4 +1,4 @@
-#ifndef __VKI_XEN_PHYSDEV__H
+#ifndef __VKI_XEN_PHYSDEV_H
#define __VKI_XEN_PHYSDEV_H
#define VKI_XEN_MAP_PIRQ_TYPE_MSI 0x0
|