svn commit: r205628 - head/sys/netinet

Randall Stewart rrs at FreeBSD.org
Wed Mar 24 20:01:14 UTC 2010


Author: rrs
Date: Wed Mar 24 20:01:14 2010
New Revision: 205628
URL: http://svn.freebsd.org/changeset/base/205628

Log:
  lagging file I forgot to commit with my nr-sack fixes... opps
  
  Reviewed by:	tuexen at freebsd.org

Modified:
  head/sys/netinet/sctputil.h

Modified: head/sys/netinet/sctputil.h
==============================================================================
--- head/sys/netinet/sctputil.h	Wed Mar 24 19:45:36 2010	(r205627)
+++ head/sys/netinet/sctputil.h	Wed Mar 24 20:01:14 2010	(r205628)
@@ -169,8 +169,6 @@ sctp_report_all_outbound(struct sctp_tcb
 
 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)


More information about the svn-src-head mailing list