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;
On Wed, Dec 05, 2007 at 03:30:16AM +0100, Carl-Daniel Hailfinger wrote:
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
This would qualify as trivial. :)
Acked-by: Peter Stuge peter@stuge.se
//Peter
On 05.12.2007 05:02, Peter Stuge wrote:
On Wed, Dec 05, 2007 at 03:30:16AM +0100, Carl-Daniel Hailfinger wrote:
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
This would qualify as trivial. :)
Acked-by: Peter Stuge peter@stuge.se
Thanks, r541.
Regards, Carl-Daniel