From 469ff227977cf4b8fb521b71f2a7e7627008d314 Mon Sep 17 00:00:00 2001 From: Randall Stewart 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 8d663abe2cab..8a6ee6fb2134 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)