9660srv: give names to anonymous structs in union

This commit is contained in:
Albert Lee 2008-12-01 19:16:27 -05:00
parent 01e0780781
commit 13c28c2c13
2 changed files with 48 additions and 48 deletions

View file

@ -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