summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc
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/mvmeppc
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/mvmeppc')
-rw-r--r--sys/arch/mvmeppc/mvmeppc/disksubr.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/mvmeppc/mvmeppc/disksubr.c b/sys/arch/mvmeppc/mvmeppc/disksubr.c
index b063ae0f0c3..d37069d8e5a 100644
--- a/sys/arch/mvmeppc/mvmeppc/disksubr.c
+++ b/sys/arch/mvmeppc/mvmeppc/disksubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disksubr.c,v 1.19 2006/10/03 01:37:22 krw Exp $ */
+/* $OpenBSD: disksubr.c,v 1.20 2006/10/04 03:23:01 krw Exp $ */
/* $NetBSD: disksubr.c,v 1.21 1996/05/03 19:42:03 christos Exp $ */
/*
@@ -53,8 +53,7 @@
* must be filled in before calling us.
*
* If dos partition table requested, attempt to load it and
- * find disklabel inside a DOS partition. Also, if bad block
- * table needed, attempt to extract it as well. Return buffer
+ * find disklabel inside a DOS partition. Return buffer
* for use in signalling errors if requested.
*
* We would like to check if each MBR has a valid BOOT_MAGIC, but