Now it is isoburn_ropt_noaaip , isoburn_ropt_noacl and isoburn_ropt_noea
This commit is contained in:
@ -252,8 +252,9 @@ struct isoburn_read_opts {
|
||||
unsigned int noiso1999:1; /*< Do not read ISO 9660:1999 enhanced tree */
|
||||
|
||||
/* ts A90121 */
|
||||
unsigned int noacl:1; /* Do not read AAIP for ACL */
|
||||
unsigned int noea:1; /* Do not read AAIP for POSIX EA */
|
||||
unsigned int noaaip:1; /* Do not read AAIP for ACL and EA */
|
||||
unsigned int noacl:1; /* Do not read ACL from external file objects */
|
||||
unsigned int noea:1; /* Do not read XFS-style EA from externals */
|
||||
|
||||
unsigned int preferjoliet:1;
|
||||
/*< When both Joliet and RR extensions are present, the RR
|
||||
|
Reference in New Issue
Block a user