summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_header.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2012-09-07 13:36:42 +0000
committertuexen <tuexen@FreeBSD.org>2012-09-07 13:36:42 +0000
commit001c4aa6c4c64ee9584fbef16f7b2626cf58c41f (patch)
tree2b50fc66148c3a4c3c7d753a1a47f53a85ada046 /sys/netinet/sctp_header.h
parent8c350d556986bd03d0410ee97f632c768c05d5b7 (diff)
downloadFreeBSD-src-001c4aa6c4c64ee9584fbef16f7b2626cf58c41f.zip
FreeBSD-src-001c4aa6c4c64ee9584fbef16f7b2626cf58c41f.tar.gz
Don't include a structure containing a flexible array in another
structure. MFC after: 10 days
Diffstat (limited to 'sys/netinet/sctp_header.h')
-rw-r--r--sys/netinet/sctp_header.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/netinet/sctp_header.h b/sys/netinet/sctp_header.h
index a26e9b4..8f898a4 100644
--- a/sys/netinet/sctp_header.h
+++ b/sys/netinet/sctp_header.h
@@ -510,16 +510,6 @@ struct sctp_stream_reset_add_strm {
* streams then the request will need to be an overlay structure.
*/
-struct sctp_stream_reset_out_req {
- struct sctp_chunkhdr ch;
- struct sctp_stream_reset_out_request sr_req;
-} SCTP_PACKED;
-
-struct sctp_stream_reset_in_req {
- struct sctp_chunkhdr ch;
- struct sctp_stream_reset_in_request sr_req;
-} SCTP_PACKED;
-
struct sctp_stream_reset_tsn_req {
struct sctp_chunkhdr ch;
struct sctp_stream_reset_tsn_request sr_req;
OpenPOWER on IntegriCloud