The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=4b92c7721deecdc2117490ce3bc74f9cafc186d8
commit 4b92c7721deecdc2117490ce3bc74f9cafc186d8 Author: Gleb Smirnoff <[email protected]> AuthorDate: 2023-12-04 18:19:47 +0000 Commit: Gleb Smirnoff <[email protected]> CommitDate: 2023-12-04 18:19:47 +0000 hpts: remove from opt_inet.h No conditionally compilable code left. The hpts.ko is fully functional. Reviewed by: imp, tuexen, rrs Differential Revision: https://reviews.freebsd.org/D42859 --- sys/conf/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/options b/sys/conf/options index d2f31272d189..f20e43aad962 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -228,7 +228,7 @@ SYSVMSG opt_sysvipc.h SYSVSEM opt_sysvipc.h SYSVSHM opt_sysvipc.h SW_WATCHDOG opt_watchdog.h -TCPHPTS opt_inet.h +TCPHPTS TCP_REQUEST_TRK opt_global.h TCP_ACCOUNTING opt_global.h TCP_BBR opt_inet.h
