components/cdrtools/patches/mkisofs.h.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Tue, 06 Mar 2012 11:23:40 -0800
branchs11-sru
changeset 2249 9c4f7d7572dd
parent 356 cc77dce0ea27
permissions -rw-r--r--
7149111 Upgrade Apache Web Server to version 2.2.22 7116031 Problem with utility/apache 7108129 Problem with utility/apache 7149106 Problem with utility/apache 7149109 Problem with utility/apache 7149110 Problem with utility/apache

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