chore: support find process on freebsd 14 and 15 (#2422)

This commit is contained in:
Vincent Loeng/Leong
2025-12-06 14:03:59 +08:00
committed by GitHub
parent f44aa22d50
commit 6b40072bc5

View File

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