summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_timer.h
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2007-09-13 10:36:43 +0000
committerrrs <rrs@FreeBSD.org>2007-09-13 10:36:43 +0000
commit73fcd49c8635599cba72011c539ea9f781c1da23 (patch)
tree6ddb43ef7277d98638c5b26bfdc296fd0fee6c2d /sys/netinet/sctp_timer.h
parent4fcdd410b356850a77a61a5c1bc8d117f4277f44 (diff)
downloadFreeBSD-src-73fcd49c8635599cba72011c539ea9f781c1da23.zip
FreeBSD-src-73fcd49c8635599cba72011c539ea9f781c1da23.tar.gz
- 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)
Diffstat (limited to 'sys/netinet/sctp_timer.h')
-rw-r--r--sys/netinet/sctp_timer.h2
1 files changed, 1 insertions, 1 deletions
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 *);
OpenPOWER on IntegriCloud