The branch stable/13 has been updated by tuexen:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=b10ff555b2c5179af64eaaea3da1cef285dbb2c5

commit b10ff555b2c5179af64eaaea3da1cef285dbb2c5
Author:     Michael Tuexen <tue...@freebsd.org>
AuthorDate: 2023-07-23 12:31:17 +0000
Commit:     Michael Tuexen <tue...@freebsd.org>
CommitDate: 2024-01-11 11:48:42 +0000

    sctp: include sctp_module.c in kernel builds
    
    Allow kldload to detect that SCTP has been build into the kernel.
    
    (cherry picked from commit 058d1722b09eb62d3a86ea4ce4165c2bd61b854e)
---
 sys/conf/files | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/conf/files b/sys/conf/files
index ac6c3ed6376a..5feae02ddd82 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -4434,6 +4434,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

Reply via email to