aboutsummaryrefslogtreecommitdiff
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorMariusz Zaborski <oshogbo@FreeBSD.org>2015-07-02 21:58:10 +0000
committerMariusz Zaborski <oshogbo@FreeBSD.org>2015-07-02 21:58:10 +0000
commitc36e54bb328697af1e6113812caecbd3bac89fe0 (patch)
tree80ab9f9e7fd1444c52e233037e177dfa3b7a1eff /ObsoleteFiles.inc
parentdc619c2f57b6118e762517b2b9b8ce615c982e47 (diff)
downloadsrc-c36e54bb328697af1e6113812caecbd3bac89fe0.tar.gz
src-c36e54bb328697af1e6113812caecbd3bac89fe0.zip
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)
Notes
Notes: svn path=/head/; revision=285063
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 3e0c899408fe..9cddbcea1993 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