Finish removal of dataacq.h (r330716) and pcaudioio.h (r330766).

This commit is contained in:
Brooks Davis 2018-03-15 21:31:19 +00:00
parent 30fbfdda6c
commit 6f2e9930be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=331029

View File

@ -38,6 +38,12 @@
# xargs -n1 | sort | uniq -d;
# done
# 20180311: remove sys/sys/i386/include/pcaudioio.h
.if ${TARGET_ARCH} == "i386"
OLD_FILES+=usr/include/machine/pcaudioio.h
.endif
# 20180310: remove sys/sys/dataacq.h
OLD_FILES+=usr/include/sys/dataacq.h
# 20180306: remove DTrace scripts made obsolete by dwatch(1)
OLD_FILES+=usr/share/dtrace/watch_execve
OLD_FILES+=usr/share/dtrace/watch_kill