components/cdrtools/patches/mkisofs.h.patch
branchs11-update
changeset 2986 eb4911976ff2
parent 2985 8d0f13e7dd0c
child 2987 01d2e6a3aae8
--- a/components/cdrtools/patches/mkisofs.h.patch	Wed Mar 12 10:08:26 2014 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
---- cdrtools-3.00/mkisofs/mkisofs.h.orig	Tue Jun 28 15:31:14 2011
-+++ cdrtools-3.00/mkisofs/mkisofs.h	Tue Jun 28 15:32:46 2011
-@@ -287,6 +287,10 @@
- 
- struct eltorito_boot_entry_info {
- 	struct eltorito_boot_entry_info *next;
-+	int		type;
-+#define	ELTORITO_DEFAULT_ENTRY  0
-+#define	ELTORITO_SECTION_HEADER 1
-+
- 	char		*boot_image;
- 	int		not_bootable;
- 	int		no_emul_boot;
-@@ -294,6 +298,10 @@
- 	int		boot_info_table;
- 	int		load_size;
- 	int		load_addr;
-+
-+/* When type == ELTORITO_SECTION_HEADER */
-+	int		boot_platid;
-+
- };
- 
- extern int	goof;