[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xen-cvs
Subject:    [Xen-changelog] [xen master] libfsimage: fix bad header guard
From:       patchbot () xen ! org
Date:       2016-04-27 4:22:52
Message-ID: E1avH00-0007Bn-RN () xenbits ! xenproject ! org
[Download RAW message or body]

commit 695ed1bcd0305ef7d54604399f3491786b9bb903
Author:     Doug Goldstein <cardoe@cardoe.com>
AuthorDate: Mon Apr 25 09:39:03 2016 -0500
Commit:     Wei Liu <wei.liu2@citrix.com>
CommitDate: Mon Apr 25 17:12:40 2016 +0100

    libfsimage: fix bad header guard
    
    The #ifndef / #define value used was not consistent so it did not
    function as a proper header guard.
    
    Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
    Acked-by: Wei Liu <wei.liu2@citrix.com>
    Release-acked-by: Wei Liu <wei.liu2@citrix.com>
---
 tools/libfsimage/ufs/ufs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/libfsimage/ufs/ufs.h b/tools/libfsimage/ufs/ufs.h
index 4e7c736..62135f3 100644
--- a/tools/libfsimage/ufs/ufs.h
+++ b/tools/libfsimage/ufs/ufs.h
@@ -4,7 +4,7 @@
  */
 
 #ifndef _GRUB_UFS_H
-#define _GRUB_UFS_H_
+#define _GRUB_UFS_H
 
 /* ufs specific constants */
 #define UFS_SBLOCK	16
--
generated by git-patchbot for /home/xen/git/xen.git#master

_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xen.org
http://lists.xensource.com/xen-changelog
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic