summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-04-16 21:09:41 +0000
committerphk <phk@FreeBSD.org>2003-04-16 21:09:41 +0000
commitf946ac101075e1f9e524d40e1cccc51f674b7f5a (patch)
tree7e2e3b178c33a199ac01c174abbce80dc86a5e5b /sys
parentda8de4ae4133f48b36f3e8daa4890fe77d3f4642 (diff)
downloadFreeBSD-src-f946ac101075e1f9e524d40e1cccc51f674b7f5a.zip
FreeBSD-src-f946ac101075e1f9e524d40e1cccc51f674b7f5a.tar.gz
Cut&Paste considered far too easy:
Don't include <sys/disklabel.h>
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/alpha/boot1/boot1.c1
-rw-r--r--sys/boot/arc/lib/arcdisk.c1
-rw-r--r--sys/boot/arc/lib/devicename.c1
-rw-r--r--sys/boot/ofw/libofw/devicename.c1
-rw-r--r--sys/boot/ofw/libofw/ofw_disk.c1
-rw-r--r--sys/boot/sparc64/boot1/boot1.c1
6 files changed, 0 insertions, 6 deletions
diff --git a/sys/boot/alpha/boot1/boot1.c b/sys/boot/alpha/boot1/boot1.c
index f25b717..9454011 100644
--- a/sys/boot/alpha/boot1/boot1.c
+++ b/sys/boot/alpha/boot1/boot1.c
@@ -33,7 +33,6 @@
#include <string.h>
#include <sys/param.h>
#include <sys/dirent.h>
-#include <sys/disklabel.h>
#include <machine/prom.h>
#include <machine/rpb.h>
diff --git a/sys/boot/arc/lib/arcdisk.c b/sys/boot/arc/lib/arcdisk.c
index a6e99a9..4171505 100644
--- a/sys/boot/arc/lib/arcdisk.c
+++ b/sys/boot/arc/lib/arcdisk.c
@@ -39,7 +39,6 @@
#include <stand.h>
-#include <sys/disklabel.h>
#include <machine/stdarg.h>
diff --git a/sys/boot/arc/lib/devicename.c b/sys/boot/arc/lib/devicename.c
index 56c8c43..fba8175 100644
--- a/sys/boot/arc/lib/devicename.c
+++ b/sys/boot/arc/lib/devicename.c
@@ -28,7 +28,6 @@
#include <stand.h>
#include <string.h>
-#include <sys/disklabel.h>
#include "bootstrap.h"
#include "libarc.h"
diff --git a/sys/boot/ofw/libofw/devicename.c b/sys/boot/ofw/libofw/devicename.c
index 3cb93e5..14a6058 100644
--- a/sys/boot/ofw/libofw/devicename.c
+++ b/sys/boot/ofw/libofw/devicename.c
@@ -27,7 +27,6 @@
*/
#include <stand.h>
-#include <sys/disklabel.h>
#include "libofw.h"
static int ofw_parsedev(struct ofw_devdesc **, const char *, const char **);
diff --git a/sys/boot/ofw/libofw/ofw_disk.c b/sys/boot/ofw/libofw/ofw_disk.c
index c1d01ab..b6c3e6c 100644
--- a/sys/boot/ofw/libofw/ofw_disk.c
+++ b/sys/boot/ofw/libofw/ofw_disk.c
@@ -30,7 +30,6 @@
*/
#include <sys/param.h>
-#include <sys/disklabel.h>
#include <netinet/in.h>
diff --git a/sys/boot/sparc64/boot1/boot1.c b/sys/boot/sparc64/boot1/boot1.c
index b650f8b..1b1c1ec 100644
--- a/sys/boot/sparc64/boot1/boot1.c
+++ b/sys/boot/sparc64/boot1/boot1.c
@@ -20,7 +20,6 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
-#include <sys/disklabel.h>
#include <sys/dirent.h>
#include <machine/elf.h>
#include <machine/stdarg.h>
OpenPOWER on IntegriCloud