summaryrefslogtreecommitdiff
path: root/netinet/sctp_pcb.c
diff options
context:
space:
mode:
authort00fcxen <t00fcxen>2014-09-16 14:25:27 +0000
committert00fcxen <t00fcxen>2014-09-16 14:25:27 +0000
commitc5fe9aa6ae8b12577aa961421b64104d82964e6a (patch)
tree4e05c810dc53c66d6e4b63c00bd9547d01a9f8a5 /netinet/sctp_pcb.c
parent970c7e801c8a672b25793da4c3b06c47b21a2099 (diff)
downloadusrsctplib-c5fe9aa6ae8b12577aa961421b64104d82964e6a.tar.gz
Sync with Mavericks sources.
git-svn-id: http://sctp-refimpl.googlecode.com/svn/trunk/KERN/usrsctp/usrsctplib@9023 9df1edf5-d72c-5b5f-11c0-5f5209eb73f7
Diffstat (limited to 'netinet/sctp_pcb.c')
-rwxr-xr-xnetinet/sctp_pcb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/netinet/sctp_pcb.c b/netinet/sctp_pcb.c
index ffe8f62..9e0145e 100755
--- a/netinet/sctp_pcb.c
+++ b/netinet/sctp_pcb.c
@@ -32,7 +32,7 @@
#ifdef __FreeBSD__
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: head/sys/netinet/sctp_pcb.c 271230 2014-09-07 18:05:37Z tuexen $");
+__FBSDID("$FreeBSD: head/sys/netinet/sctp_pcb.c 271673 2014-09-16 14:20:33Z tuexen $");
#endif
#include <netinet/sctp_os.h>
@@ -7528,8 +7528,8 @@ sctp_load_addresses_from_init(struct sctp_tcb *stcb, struct mbuf *m,
}
got_random = 1;
} else if (ptype == SCTP_HMAC_LIST) {
- int num_hmacs;
- int i;
+ uint16_t num_hmacs;
+ uint16_t i;
if (plen > sizeof(hmacs_store))
break;