summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_input.h
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2007-05-08 14:32:53 +0000
committerrrs <rrs@FreeBSD.org>2007-05-08 14:32:53 +0000
commit494599278742a1165b67db90d09111a09b94fdde (patch)
tree118f90542ed683b5fc2b1e91576d2fc62788dfd2 /sys/netinet/sctp_input.h
parent99bfdc548a5093b3e2a573df1f917f1671f05f11 (diff)
downloadFreeBSD-src-494599278742a1165b67db90d09111a09b94fdde.zip
FreeBSD-src-494599278742a1165b67db90d09111a09b94fdde.tar.gz
- Static analyisis fixes for cisco's commit (this is equivilant
to the coverity tool.. may even be the same one.. not sure). - A bug in the way sctp_abort() and friends were setting the IP_CLOSE flag.. and NOT passing the last argument as a (,1)... so that things would get freed..
Diffstat (limited to 'sys/netinet/sctp_input.h')
-rw-r--r--sys/netinet/sctp_input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_input.h b/sys/netinet/sctp_input.h
index 047cab4..192e3b1 100644
--- a/sys/netinet/sctp_input.h
+++ b/sys/netinet/sctp_input.h
@@ -37,7 +37,7 @@ __FBSDID("$FreeBSD$");
#define __sctp_input_h__
#if defined(_KERNEL)
-int
+void
sctp_common_input_processing(struct mbuf **, int, int, int,
struct sctphdr *, struct sctp_chunkhdr *, struct sctp_inpcb *,
struct sctp_tcb *, struct sctp_nets *, uint8_t, uint32_t, uint32_t);
OpenPOWER on IntegriCloud