FS#13403: Fix compilation error in scsitools

Change-Id: I2aa402d09a482d9f559dece13f1acf75a658c4da
This commit is contained in:
Solomon Peachy 2024-03-31 20:11:49 -04:00
parent e631fc4723
commit 47784a777e

View file

@ -264,7 +264,7 @@ struct stmp_logical_media_table_t
{ {
struct scsi_stmp_logical_table_header_t header; struct scsi_stmp_logical_table_header_t header;
struct scsi_stmp_logical_table_entry_t entry[]; struct scsi_stmp_logical_table_entry_t entry[];
}RB_PACKED table; }RB_PACKED;
#ifdef RB_POP_PACK #ifdef RB_POP_PACK
#pragma pack(pop) #pragma pack(pop)