summaryrefslogtreecommitdiffstats
path: root/libexec/casper/sysctl
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 /libexec/casper/sysctl
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 'libexec/casper/sysctl')
-rw-r--r--libexec/casper/sysctl/sysctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/casper/sysctl/sysctl.c b/libexec/casper/sysctl/sysctl.c
index 8bb43b6..4cbc505 100644
--- a/libexec/casper/sysctl/sysctl.c
+++ b/libexec/casper/sysctl/sysctl.c
@@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/sysctl.h>
+#include <sys/nv.h>
#include <errno.h>
#include <stdlib.h>
@@ -40,7 +41,6 @@ __FBSDID("$FreeBSD$");
#include <libcapsicum.h>
#include <libcapsicum_sysctl.h>
#include <libcasper.h>
-#include <nv.h>
#include <pjdlog.h>
static int
OpenPOWER on IntegriCloud