From: Florian Krohm Date: Thu, 20 Aug 2015 21:41:28 +0000 (+0000) Subject: Fix incorrect header guard. Reported by giacomopoz@gmail.com X-Git-Tag: svn/VALGRIND_3_11_0~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f82fedcc398d6bd02fe135cc6f69421e5393ef9c;p=thirdparty%2Fvalgrind.git Fix incorrect header guard. Reported by giacomopoz@gmail.com Fixes BZ #351531 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15573 --- diff --git a/NEWS b/NEWS index f760fd1d53..6e02ade184 100644 --- a/NEWS +++ b/NEWS @@ -308,6 +308,7 @@ where XXXXXX is the bug number as listed below. 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. diff --git a/include/vki/vki-xen-physdev.h b/include/vki/vki-xen-physdev.h index b4f05c5f41..c84f75f4b7 100644 --- a/include/vki/vki-xen-physdev.h +++ b/include/vki/vki-xen-physdev.h @@ -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