From b73abf804cfb090c03fb6a01be6080314bd5fedd Mon Sep 17 00:00:00 2001 From: rrs Date: Sat, 17 Apr 2010 04:11:45 +0000 Subject: [PATCH] MFC of 205628 Out goes the nr_mapping_array expand. --- sys/netinet/sctputil.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/netinet/sctputil.h b/sys/netinet/sctputil.h index 8d663abe2ca..8a6ee6fb213 100644 --- a/sys/netinet/sctputil.h +++ b/sys/netinet/sctputil.h @@ -169,8 +169,6 @@ sctp_report_all_outbound(struct sctp_tcb *, int, int int sctp_expand_mapping_array(struct sctp_association *, uint32_t); -/* EY nr_sack version of the above method, expands nr_mapping_array */ -int sctp_expand_nr_mapping_array(struct sctp_association *, uint32_t); void sctp_abort_notification(struct sctp_tcb *, int, int #if !defined(__APPLE__) && !defined(SCTP_SO_LOCK_TESTING) -- 2.45.2