9660srv: give names to anonymous structs in union
This commit is contained in:
parent
01e0780781
commit
13c28c2c13
2 changed files with 48 additions and 48 deletions
|
|
@ -123,12 +123,12 @@ union Drec
|
|||
Byte4LM vseqno; /* ? in high sierra */
|
||||
uchar namelen;
|
||||
uchar name[1];
|
||||
};
|
||||
} z;
|
||||
struct
|
||||
{
|
||||
uchar r_pad[24];
|
||||
uchar r_flags;
|
||||
};
|
||||
uchar pad[24];
|
||||
uchar flags;
|
||||
} r;
|
||||
};
|
||||
|
||||
struct Isofile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue