summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authoroshogbo <oshogbo@FreeBSD.org>2015-07-02 21:58:10 +0000
committeroshogbo <oshogbo@FreeBSD.org>2015-07-02 21:58:10 +0000
commit55d95276339dc90b68f6b9108bbaeeca1fff715e (patch)
tree80ab9f9e7fd1444c52e233037e177dfa3b7a1eff /ObsoleteFiles.inc
parent029d310933bead17f87eca6486a236878b2b6dc4 (diff)
downloadFreeBSD-src-55d95276339dc90b68f6b9108bbaeeca1fff715e.zip
FreeBSD-src-55d95276339dc90b68f6b9108bbaeeca1fff715e.tar.gz
Let the nv.h and dnv.h includes be only in sys directory.
Change consumers to include those files from sys. Add duplicated files to ObsoleteFiles. Approved by: pjd (mentor)
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 3e0c899..9cddbce 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,6 +38,9 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20150702: Remove duplicated nvlist includes.
+OLD_FILES+=usr/include/dnv.h
+OLD_FILES+=usr/include/nv.h
# 20150528: PCI IOV device driver methods moved to a separate kobj interface.
OLD_FILES+=usr/share/man/man9/PCI_ADD_VF.9.gz
OLD_FILES+=usr/share/man/man9/PCI_INIT_IOV.9.gz
OpenPOWER on IntegriCloud