| .. | .. |
|---|
| 123 | 123 | __be32 len0; |
|---|
| 124 | 124 | __be64 addr0; |
|---|
| 125 | 125 | #ifndef C99_NOT_SUPPORTED |
|---|
| 126 | | - struct fw_ri_dsge_pair sge[0]; |
|---|
| 126 | + struct fw_ri_dsge_pair sge[]; |
|---|
| 127 | 127 | #endif |
|---|
| 128 | 128 | }; |
|---|
| 129 | 129 | |
|---|
| .. | .. |
|---|
| 139 | 139 | __be16 nsge; |
|---|
| 140 | 140 | __be32 r2; |
|---|
| 141 | 141 | #ifndef C99_NOT_SUPPORTED |
|---|
| 142 | | - struct fw_ri_sge sge[0]; |
|---|
| 142 | + struct fw_ri_sge sge[]; |
|---|
| 143 | 143 | #endif |
|---|
| 144 | 144 | }; |
|---|
| 145 | 145 | |
|---|
| .. | .. |
|---|
| 149 | 149 | __be16 r2; |
|---|
| 150 | 150 | __be32 immdlen; |
|---|
| 151 | 151 | #ifndef C99_NOT_SUPPORTED |
|---|
| 152 | | - __u8 data[0]; |
|---|
| 152 | + __u8 data[]; |
|---|
| 153 | 153 | #endif |
|---|
| 154 | 154 | }; |
|---|
| 155 | 155 | |
|---|
| .. | .. |
|---|
| 321 | 321 | __be32 len16_pkd; |
|---|
| 322 | 322 | __u64 cookie; |
|---|
| 323 | 323 | #ifndef C99_NOT_SUPPORTED |
|---|
| 324 | | - struct fw_ri_res res[0]; |
|---|
| 324 | + struct fw_ri_res res[]; |
|---|
| 325 | 325 | #endif |
|---|
| 326 | 326 | }; |
|---|
| 327 | 327 | |
|---|