mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Remove extraneous altq header files
At some point during stable/10, the headers altq_codel.h and altq_fairq.h where added to /usr/include/altq, before all of altq was moved to /usr/include/net/altq. Reviewed by: rpaulo Approved by: rpaulo Differential Revision: https://reviews.freebsd.org/D6596
This commit is contained in:
parent
e936bb40df
commit
f9e7d7e1a3
1 changed files with 3 additions and 0 deletions
|
|
@ -38,6 +38,9 @@
|
|||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20160523: remove extranous ALTQ files
|
||||
OLD_FILES+=usr/include/altq/altq_codel.h
|
||||
OLD_FILES+=usr/include/altq/altq_fairq.h
|
||||
# 20160519: remove DTrace Toolkit from base
|
||||
OLD_FILES+=usr/share/dtrace/toolkit/execsnoop
|
||||
OLD_FILES+=usr/share/dtrace/toolkit/hotkernel
|
||||
|
|
|
|||
Loading…
Reference in a new issue