From 942494315a5ad2b17cccf1dc4f3f7e8f8a352e8c Mon Sep 17 00:00:00 2001 From: rrs Date: Sat, 16 Jun 2007 00:33:47 +0000 Subject: - Matthew's changes to get inlines out, plus a few of my own to deal with the VRF inline function -> becomes a macro now. Submitted by: Matthew Jacobs --- sys/netinet/sctp_input.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netinet/sctp_input.c') diff --git a/sys/netinet/sctp_input.c b/sys/netinet/sctp_input.c index f1fad88..f10507f 100644 --- a/sys/netinet/sctp_input.c +++ b/sys/netinet/sctp_input.c @@ -4387,7 +4387,7 @@ next_chunk: * Process the ECN bits we have something set so we must look to see if it is * ECN(0) or ECN(1) or CE */ -static __inline void +static void sctp_process_ecn_marked_a(struct sctp_tcb *stcb, struct sctp_nets *net, uint8_t ecn_bits) { @@ -4426,7 +4426,7 @@ sctp_process_ecn_marked_a(struct sctp_tcb *stcb, struct sctp_nets *net, } } -static __inline void +static void sctp_process_ecn_marked_b(struct sctp_tcb *stcb, struct sctp_nets *net, uint32_t high_tsn, uint8_t ecn_bits) { -- cgit v1.1