1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Get rid of unused field. This will also be deleted

in the official speciication of the SCTP socket API.

Approved by:re, rrs (mentor)
This commit is contained in:
Michael Tuexen 2009-07-27 12:09:32 +00:00
parent 560bf6e4ae
commit 4420d9a062
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=195904

View File

@ -95,7 +95,6 @@ struct sctp_sndrcvinfo {
uint16_t sinfo_stream;
uint16_t sinfo_ssn;
uint16_t sinfo_flags;
uint16_t sinfo_pr_policy;
uint32_t sinfo_ppid;
uint32_t sinfo_context;
uint32_t sinfo_timetolive;