From 4420d9a0629969eca4114b97fc08b7a48bf905b7 Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Mon, 27 Jul 2009 12:09:32 +0000 Subject: [PATCH] Get rid of unused field. This will also be deleted in the official speciication of the SCTP socket API. Approved by:re, rrs (mentor) --- sys/netinet/sctp_uio.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/netinet/sctp_uio.h b/sys/netinet/sctp_uio.h index a0f51c111976..2f16b94c2d67 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;