summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2006-10-04 03:23:02 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2006-10-04 03:23:02 +0000
commitd53c008630356e11163e4052bfc447f37d4b9e10 (patch)
treef66e39d2b36d7a339fd47e4154de63b2406faf32 /sys/arch/luna88k
parentd46d570542b59ad0ed1c107a2ab0140ff80a26a1 (diff)
More tidying up after bad144. Remove references in comments and
don't include dkbad.h when nothing in it is used. Missed arm/include/disklabel.h first time around.
Diffstat (limited to 'sys/arch/luna88k')
-rw-r--r--sys/arch/luna88k/include/disklabel.h4
-rw-r--r--sys/arch/luna88k/luna88k/disksubr.c3
2 files changed, 3 insertions, 4 deletions
diff --git a/sys/arch/luna88k/include/disklabel.h b/sys/arch/luna88k/include/disklabel.h
index 4ca457a73cd..f2eae514c98 100644
--- a/sys/arch/luna88k/include/disklabel.h
+++ b/sys/arch/luna88k/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.1 2004/04/21 15:23:57 aoyama Exp $ */
+/* $OpenBSD: disklabel.h,v 1.2 2006/10/04 03:23:01 krw Exp $ */
/* $NetBSD: disklabel.h,v 1.2 2000/01/28 02:25:24 nisimura Exp $ */
/*
@@ -43,7 +43,7 @@
* This holds a copy of the whole label block, saved in here by
* readdisklabel() so that writedisklabel() can preserve the
* parts of the label block outside of the actual label.
- * (i.e. Sun label info, bad block table, etc.)
+ * (i.e. Sun label info, etc.)
*/
struct cpu_disklabel {
char cd_block[512];
diff --git a/sys/arch/luna88k/luna88k/disksubr.c b/sys/arch/luna88k/luna88k/disksubr.c
index 117170bb613..f3f155b76e3 100644
--- a/sys/arch/luna88k/luna88k/disksubr.c
+++ b/sys/arch/luna88k/luna88k/disksubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disksubr.c,v 1.9 2006/08/17 10:34:14 krw Exp $ */
+/* $OpenBSD: disksubr.c,v 1.10 2006/10/04 03:23:01 krw Exp $ */
/* $NetBSD: disksubr.c,v 1.12 2002/02/19 17:09:44 wiz Exp $ */
/*
@@ -50,7 +50,6 @@
#include <sys/device.h>
#include <sys/disklabel.h>
#include <sys/disk.h>
-#include <sys/dkbad.h>
#include <dev/sun/disklabel.h>