wok diff linld/stuff/src/ISO9660.H @ rev 21754

Up firefox-official (67.0.3), tinyproxy (1.10.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 19 17:26:14 2019 +0200 (2019-06-19)
parents 6460d542c35a
children 72e35f3c7aa1
line diff
     1.1 --- a/linld/stuff/src/ISO9660.H	Thu Jun 13 15:52:10 2019 +0200
     1.2 +++ b/linld/stuff/src/ISO9660.H	Wed Jun 19 17:26:14 2019 +0200
     1.3 @@ -7,18 +7,19 @@
     1.4  #define filesize2dirsize(x)	(*(dirsizetype *)((char *)&(x)+1))
     1.5  #define DIRSECTORSZ	(SECTORSZ/256)
     1.6  extern struct isostate {
     1.7 +	unsigned curpos;
     1.8 +	char *filename2open;
     1.9  	int fd;
    1.10  	unsigned short filemod;
    1.11  	unsigned long fileofs;
    1.12  	unsigned long filesize;
    1.13  	char *filename;
    1.14 -//private
    1.15  	dirsizetype curdirsize, dirsize;
    1.16  	unsigned long curdirofs, dirofs;
    1.17 -	unsigned curpos;
    1.18 -	char *filename2open;
    1.19  	int entrysize;
    1.20  	const char *tmp;
    1.21 +	char c;
    1.22 +	char _64bits;
    1.23  #define SECTORSZ 2048
    1.24  #define SECTORBITS 11
    1.25  	char buffer[SECTORSZ+512];	// RR overflow