summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/grub/files/grub-0.96-gcc2.patch')
-rw-r--r--sys-boot/grub/files/grub-0.96-gcc2.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/sys-boot/grub/files/grub-0.96-gcc2.patch b/sys-boot/grub/files/grub-0.96-gcc2.patch
deleted file mode 100644
index 5600fb62b46d..000000000000
--- a/sys-boot/grub/files/grub-0.96-gcc2.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- grub-0.96/stage2/builtins.c 2005-07-24 15:46:56 +0200
-+++ grub-0.96.az/stage2/builtins.c 2005-07-24 15:47:40 +0200
-@@ -2012,14 +2012,14 @@
- int is_open = 0;
- /* If LBA is forced? */
- int is_force_lba = 0;
--
-- *stage2_first_buffer = old_sect + SECTOR_SIZE;
- #ifdef GRUB_UTIL
- /* If the Stage 2 is in a partition mounted by an OS, this will store
- the filename under the OS. */
- char *stage2_os_file = 0;
- #endif /* GRUB_UTIL */
-
-+ *stage2_first_buffer = old_sect + SECTOR_SIZE;
-+
- /* First, check the GNU-style long option. */
- while (1)
- {