mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-03-06 22:29:55 +00: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:
|
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,
|
||||||
|
|||||||
Reference in New Issue
Block a user