summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@fh-muenster.de>2022-02-17 23:08:27 +0100
committerMichael Tuexen <tuexen@fh-muenster.de>2022-02-17 23:08:27 +0100
commitff34b8383e2f5d350d1318752c63a59f056ffebb (patch)
treef516667991ded0069767e8b16abdea42ff6fbc6d
parent61bd8238ca30d24a40f2f6273825d86a6b58fd17 (diff)
Sync with FreeBSD
-rwxr-xr-xusrsctplib/netinet/sctp_crc32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrsctplib/netinet/sctp_crc32.h b/usrsctplib/netinet/sctp_crc32.h
index 66c6b0d..18be779 100755
--- a/usrsctplib/netinet/sctp_crc32.h
+++ b/usrsctplib/netinet/sctp_crc32.h
@@ -41,7 +41,7 @@ __FBSDID("$FreeBSD$");
#define _NETINET_SCTP_CRC32_H_
#if defined(_KERNEL)
-uint32_t sctp_calculate_cksum(struct mbuf *, uint32_t);
+uint32_t sctp_calculate_cksum(struct mbuf *, int32_t);
#if defined(__FreeBSD__) && !defined(__Userspace__)
#if defined(SCTP) || defined(SCTP_SUPPORT)
void sctp_delayed_cksum(struct mbuf *, uint32_t offset);