Date: Sun, 23 Jul 2023 21:34:32 GMT From: Michael Tuexen <tuexen@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 058d1722b09e - main - sctp: include sctp_module.c in kernel builds Message-ID: <202307232134.36NLYWg0074190@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=058d1722b09eb62d3a86ea4ce4165c2bd61b854e commit 058d1722b09eb62d3a86ea4ce4165c2bd61b854e Author: Michael Tuexen <tuexen@FreeBSD.org> AuthorDate: 2023-07-23 12:31:17 +0000 Commit: Michael Tuexen <tuexen@FreeBSD.org> CommitDate: 2023-07-23 12:34:10 +0000 sctp: include sctp_module.c in kernel builds Allow kldload to detect that SCTP has been build into the kernel. MFC after: 3 days --- sys/conf/files | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/files b/sys/conf/files index 726c4c7c8b2c..2c72d2ede0d3 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -4346,6 +4346,7 @@ netinet/sctp_crc32.c optional inet | inet6 netinet/sctp_indata.c optional inet sctp | inet6 sctp netinet/sctp_input.c optional inet sctp | inet6 sctp netinet/sctp_kdtrace.c optional inet sctp | inet6 sctp +netinet/sctp_module.c optional inet sctp | inet6 sctp netinet/sctp_output.c optional inet sctp | inet6 sctp netinet/sctp_pcb.c optional inet sctp | inet6 sctp netinet/sctp_peeloff.c optional inet sctp | inet6 sctp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307232134.36NLYWg0074190>