aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_crc32.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2019-06-17 19:49:08 +0000
committerXin LI <delphij@FreeBSD.org>2019-06-17 19:49:08 +0000
commitf89d2072795407d7c3afff865b988e021c1451a2 (patch)
treefc7552224ad2e9653cf440ba79eb8f3a5ea6129a /sys/netinet/sctp_crc32.c
parent2d4a74d7a0a6295ec462a3a2e5f2588bd21eb36a (diff)
downloadsrc-f89d2072795407d7c3afff865b988e021c1451a2.tar.gz
src-f89d2072795407d7c3afff865b988e021c1451a2.zip
Separate kernel crc32() implementation to its own header (gsb_crc32.h) and
rename the source to gsb_crc32.c. This is a prerequisite of unifying kernel zlib instances. PR: 229763 Submitted by: Yoshihiro Ota <ota at j.email.ne.jp> Differential Revision: https://reviews.freebsd.org/D20193
Notes
Notes: svn path=/head/; revision=349151
Diffstat (limited to 'sys/netinet/sctp_crc32.c')
-rw-r--r--sys/netinet/sctp_crc32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/sctp_crc32.c b/sys/netinet/sctp_crc32.c
index da5df194b8b3..1c3421a15585 100644
--- a/sys/netinet/sctp_crc32.c
+++ b/sys/netinet/sctp_crc32.c
@@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$");
#include "opt_sctp.h"
+#include <sys/gsb_crc32.h>
#ifdef SCTP
#include <netinet/sctp_os.h>
#include <netinet/sctp.h>