components/cdrtools/patches/mkisofs.h.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 12 Nov 2012 23:00:39 -0800
changeset 1047 55d0c4c3878b
parent 356 cc77dce0ea27
permissions -rw-r--r--
Added tag s12-09 for changeset e3933bf2fce6

--- 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;