From 7fa19ca6c1e80ce11db4cdcac8f4a79dac57e660 Mon Sep 17 00:00:00 2001 From: Randall Stewart Date: Wed, 24 Mar 2010 20:01:14 +0000 Subject: [PATCH] lagging file I forgot to commit with my nr-sack fixes... opps Reviewed by: tuexen@freebsd.org --- 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)