mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
depend-cleanup.sh: Handle kqueue1() becoming a wrapper around kqueuex().
For a brief period kqueue1() was a system call and stale dependencies cause it to not be re-built.
This commit is contained in:
parent
644d346d99
commit
77d2a2d065
1 changed files with 3 additions and 0 deletions
|
|
@ -112,3 +112,6 @@ clean_dep usr.sbin/config mkmakefile c
|
|||
# 20230209 83d7ed8af3d9 convert to main.cc and mkoptions.cc
|
||||
clean_dep usr.sbin/config main c
|
||||
clean_dep usr.sbin/config mkoptions c
|
||||
|
||||
# 20230401 54579376c05e kqueue1 from syscall to C wrapper
|
||||
clean_dep lib/libc kqueue1 S
|
||||
|
|
|
|||
Loading…
Reference in a new issue