summaryrefslogtreecommitdiffstats
path: root/sbin/dumpon
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-04-08 09:20:07 +0000
committerphk <phk@FreeBSD.org>2002-04-08 09:20:07 +0000
commit33405073ec643486993789d949efc25c231bdd94 (patch)
tree647a5ab6dd91af9c0d47e673f5ac04be25fd0166 /sbin/dumpon
parentf0ca71273ec5cada05bedea3198c9abcf27d3c2a (diff)
downloadFreeBSD-src-33405073ec643486993789d949efc25c231bdd94.zip
FreeBSD-src-33405073ec643486993789d949efc25c231bdd94.tar.gz
Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.
Sponsored by: DARPA & NAI Labs
Diffstat (limited to 'sbin/dumpon')
-rw-r--r--sbin/dumpon/dumpon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dumpon/dumpon.c b/sbin/dumpon/dumpon.c
index 2c4d4a4..a0b9114 100644
--- a/sbin/dumpon/dumpon.c
+++ b/sbin/dumpon/dumpon.c
@@ -52,7 +52,7 @@ static const char rcsid[] =
#include <paths.h>
#include <unistd.h>
#include <sys/param.h>
-#include <sys/disklabel.h>
+#include <sys/disk.h>
#include <sysexits.h>
void usage(void) __dead2;
OpenPOWER on IntegriCloud