summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iovctl/validate.c
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 /usr.sbin/iovctl/validate.c
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 'usr.sbin/iovctl/validate.c')
-rw-r--r--usr.sbin/iovctl/validate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/iovctl/validate.c b/usr.sbin/iovctl/validate.c
index 0e3eacd..789175a 100644
--- a/usr.sbin/iovctl/validate.c
+++ b/usr.sbin/iovctl/validate.c
@@ -29,10 +29,10 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/iov.h>
+#include <sys/dnv.h>
+#include <sys/nv.h>
-#include <dnv.h>
#include <err.h>
-#include <nv.h>
#include <regex.h>
#include <stdlib.h>
OpenPOWER on IntegriCloud