bzip2: change to new library paths
[unleashed-userland.git] / components / cdrtools / patches / mkisofs.h.patch
blob9f280faa3226ade1347af8847dcacbf086daa77f
1 --- cdrtools-3.00/mkisofs/mkisofs.h.orig Tue Jun 28 15:31:14 2011
2 +++ cdrtools-3.00/mkisofs/mkisofs.h Tue Jun 28 15:32:46 2011
3 @@ -287,6 +287,10 @@
5 struct eltorito_boot_entry_info {
6 struct eltorito_boot_entry_info *next;
7 + int type;
8 +#define ELTORITO_DEFAULT_ENTRY 0
9 +#define ELTORITO_SECTION_HEADER 1
11 char *boot_image;
12 int not_bootable;
13 int no_emul_boot;
14 @@ -294,6 +298,10 @@
15 int boot_info_table;
16 int load_size;
17 int load_addr;
19 +/* When type == ELTORITO_SECTION_HEADER */
20 + int boot_platid;
24 extern int goof;