summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2009-07-27 12:09:32 +0000
committertuexen <tuexen@FreeBSD.org>2009-07-27 12:09:32 +0000
commitd5fa97e32c1b2816757f09fb33b36be6c188b952 (patch)
treea91a75902a6ec3dce02aff9d2cbbf1242fcf6f72
parent5dd0a6ef82300ecbbf8798e6a482c2a733060ec4 (diff)
downloadFreeBSD-src-d5fa97e32c1b2816757f09fb33b36be6c188b952.zip
FreeBSD-src-d5fa97e32c1b2816757f09fb33b36be6c188b952.tar.gz
Get rid of unused field. This will also be deleted
in the official speciication of the SCTP socket API. Approved by:re, rrs (mentor)
-rw-r--r--sys/netinet/sctp_uio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/sctp_uio.h b/sys/netinet/sctp_uio.h
index a0f51c1..2f16b94 100644
--- a/sys/netinet/sctp_uio.h
+++ b/sys/netinet/sctp_uio.h
@@ -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;
OpenPOWER on IntegriCloud