util/lar/lar.h was accidentially changed to point to the wrong other header.
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Index: LinuxBIOSv3-fixlarheadertypo/util/lar/lar.h =================================================================== --- LinuxBIOSv3-fixlarheadertypo/util/lar/lar.h (Revision 539) +++ LinuxBIOSv3-fixlarheadertypo/util/lar/lar.h (Arbeitskopie) @@ -61,7 +61,7 @@ typedef uint32_t u32; typedef uint8_t u8;
-/* NOTE -- This and the user-mode lar.h may NOT be in sync. Be careful. */ +/* NOTE -- This and the linuxbios lar.h may NOT be in sync. Be careful. */ struct lar_header { char magic[8]; u32 len;