chore: support freebsd 14 and 15

This commit is contained in:
Vincent Loeng/Leong 2025-12-06 12:25:17 +08:00 committed by GitHub
parent f44aa22d50
commit c987bdabf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -197,6 +197,10 @@ func newSearcher(major int) *searcher {
case 12: case 12:
fallthrough fallthrough
case 13: case 13:
fallthrough
case 14:
fallthrough
case 15:
s = &searcher{ s = &searcher{
headSize: 64, headSize: 64,
tcpItemSize: 744, tcpItemSize: 744,