Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2024 19:05:20 GMT
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: e4a5a27b1bbe - stable/14 - hpts: remove from opt_inet.h
Message-ID:  <202401161905.40GJ5KBa010470@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by glebius:

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

commit e4a5a27b1bbed269717f721058955351c836fcf5
Author:     Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2023-12-04 18:19:47 +0000
Commit:     Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2024-01-16 18:47:50 +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
    
    (cherry picked from commit 4b92c7721deecdc2117490ce3bc74f9cafc186d8)
---
 sys/conf/options | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/conf/options b/sys/conf/options
index 31ddbe2e6981..c4da2e595ea3 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -226,7 +226,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401161905.40GJ5KBa010470>