summaryrefslogtreecommitdiff
path: root/sys/arch/i386
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/i386
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/i386')
-rw-r--r--sys/arch/i386/i386/disksubr.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/i386/disksubr.c b/sys/arch/i386/i386/disksubr.c
index 6de37cead8d..5b937788cf9 100644
--- a/sys/arch/i386/i386/disksubr.c
+++ b/sys/arch/i386/i386/disksubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disksubr.c,v 1.57 2006/10/04 00:52:55 krw Exp $ */
+/* $OpenBSD: disksubr.c,v 1.58 2006/10/04 03:23:01 krw Exp $ */
/* $NetBSD: disksubr.c,v 1.21 1996/05/03 19:42:03 christos Exp $ */
/*
@@ -50,8 +50,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 DOSMBR_SIGNATURE, but