wok diff linld/stuff/src/ISOSTATE.INC @ rev 25670

Up mediawiki (1.41.0), memcached (1.6.23), metasploit (6.3.56), modsecurity-apache (2.9.7), mutt (2.2.12), ncurses (6.4), nginx (1.25.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 25 17:20:49 2024 +0000 (4 months ago)
parents 217c02cbbe8d
children
line diff
     1.1 --- a/linld/stuff/src/ISOSTATE.INC	Sun Mar 14 19:55:20 2021 +0000
     1.2 +++ b/linld/stuff/src/ISOSTATE.INC	Sun Feb 25 17:20:49 2024 +0000
     1.3 @@ -1,22 +1,22 @@
     1.4  
     1.5  ;typedef unsigned dirsizetype;
     1.6  struc		isostate		; struct isostate {
     1.7 -curpos		dw	?		; 0	unsigned curpos;
     1.8 -filename2open	dw	?		; 2	char *filename2open;
     1.9 -fd		dw	?		; 4	int fd;
    1.10 -fileofs		dd	?		; 6	unsigned long fileofs;
    1.11 -filesize	dd	?		;10	unsigned long filesize;
    1.12 -filepos		dd	?		;14	unsigned long filepos;
    1.13 -filename	dw	?		;18	char *filename;
    1.14 -curdirsize	dw	?		;20	dirsizetype curdirsize;
    1.15 -dirsize		dw	?		;22	dirsizetype dirsize;
    1.16 -dirpape		dw	?		;24	unsigned short dirpage;
    1.17 -curdirofs	dd	?		;26	unsigned long curdirofs;
    1.18 -_64bits		db	?		;30	char _64bits;
    1.19 +curpos		dw	?		; 0L	unsigned curpos;		// assume zero'd in bss
    1.20 +filename2open	dw	?		; 2I	char *filename2open;
    1.21 +fd		dw	?		; 4X	int fd;				// assume zero'd in bss
    1.22 +fileofs		dd	?		; 6O	unsigned long fileofs;
    1.23 +filesize	dd	?		;10O	unsigned long filesize;
    1.24 +filepos		dd	?		;14O	unsigned long filepos;
    1.25 +dirsize		dw	?		;18S	dirsizetype dirsize;		//\
    1.26 +dirpage		dw	?		;20S	unsigned short dirpage;		///
    1.27 +curdirsize	dw	?		;22L	dirsizetype curdirsize;
    1.28 +curdirofs	dd	?		;24L	unsigned long curdirofs;	// assume zero'd in bss
    1.29  ;overlap
    1.30 -c		db	?		;31	char c;
    1.31 -entrysize	dw	?		;32	int entrysize;
    1.32 -tmp		dw	?		;34	const char *tmp;
    1.33 +filename	dw	?		;28U	char *filename;
    1.34 +_64bits		db	?		;30U	char _64bits;
    1.35 +c		db	?		;31U	char c;
    1.36 +entrysize	dw	?		;32U	int entrysize;
    1.37 +tmp		dw	?		;34U	const char *tmp;
    1.38  ends		isostate		; } isostate;
    1.39  
    1.40 -ISOSTATE_OVERLAP	=	5
    1.41 +ISOSTATE_OVERLAP	=	8