diff options
Diffstat (limited to 'src/cmd/9660srv/iso9660.h')
| -rw-r--r-- | src/cmd/9660srv/iso9660.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cmd/9660srv/iso9660.h b/src/cmd/9660srv/iso9660.h index 58bcb9ff..6e3328f2 100644 --- a/src/cmd/9660srv/iso9660.h +++ b/src/cmd/9660srv/iso9660.h @@ -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 |
