projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd6ad54
)
libfsimage: fix bad header guard
author
Doug Goldstein
<cardoe@cardoe.com>
Mon, 25 Apr 2016 14:39:03 +0000
(09:39 -0500)
committer
Wei Liu
<wei.liu2@citrix.com>
Mon, 25 Apr 2016 16:12:40 +0000
(17:12 +0100)
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
patch
|
blob
|
history
diff --git
a/tools/libfsimage/ufs/ufs.h
b/tools/libfsimage/ufs/ufs.h
index 4e7c736c6d903fcaaf0707426b709fde79e1083b..62135f3a4639b68b80c54785929926d3feb26c30 100644
(file)
--- 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