mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-12-24 13:38:05 +08:00
chore: support find process on freebsd 14 and 15 (#2422)
This commit is contained in:
committed by
GitHub
parent
f44aa22d50
commit
6b40072bc5
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user