From ff3b439bda1ee1272b8870f68d3399f71c433864 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 14 Apr 2013 08:15:29 +0200 Subject: [PATCH] Changed Libisofs_grub2_sparc_patch_lba_poS to Libisofs_grub2_sparc_patch_adr_poS --- libisofs/system_area.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libisofs/system_area.h b/libisofs/system_area.h index 4558dc7..89e9661 100644 --- a/libisofs/system_area.h +++ b/libisofs/system_area.h @@ -276,7 +276,7 @@ void iso_ascii_utf_16le(uint8_t gap_name[72]); /* Parameters of SUN Disk Label patching for GRUB2 See API iso_image_set_sparc_core(). */ -#define Libisofs_grub2_sparc_patch_lba_poS 0x228 +#define Libisofs_grub2_sparc_patch_adr_poS 0x228 #define Libisofs_grub2_sparc_patch_size_poS 0x230 #endif /* SYSTEM_AREA_H_ */