From 73fcd49c8635599cba72011c539ea9f781c1da23 Mon Sep 17 00:00:00 2001 From: rrs Date: Thu, 13 Sep 2007 10:36:43 +0000 Subject: - Incorrect error EAGAIN returned for invalid send on a locked stream (using EEOR mode). Changed to EINVAL (in sctp_output.c) - Static analysis comments added - fix in mobility code to return a value (static analysis found). - sctp6_notify function made visible instead of static (this is needed for Panda). Approved by: re@freebsd.org (B Mah) --- sys/netinet/sctp_timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet/sctp_timer.h') diff --git a/sys/netinet/sctp_timer.h b/sys/netinet/sctp_timer.h index 0a0f2f2..216d0d4 100644 --- a/sys/netinet/sctp_timer.h +++ b/sys/netinet/sctp_timer.h @@ -87,7 +87,7 @@ int sctp_asconf_timer(struct sctp_inpcb *, struct sctp_tcb *, struct sctp_nets *); -int +void sctp_delete_prim_timer(struct sctp_inpcb *, struct sctp_tcb *, struct sctp_nets *); -- cgit v1.1