sctp: delete the nested flexible array payload
[sfrench/cifs-2.6.git] / include / linux / sctp.h
index d182e8c41985cae2711f49ed9a2f36657af5d4d5..836a7e200f395774b85ed8e5dfc06c4738a557fa 100644 (file)
@@ -222,7 +222,7 @@ struct sctp_datahdr {
        __be16 stream;
        __be16 ssn;
        __u32 ppid;
-       __u8  payload[];
+       /* __u8  payload[]; */
 };
 
 struct sctp_data_chunk {