summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
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/mips64
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/mips64')
-rw-r--r--sys/arch/mips64/mips64/disksubr.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/mips64/mips64/disksubr.c b/sys/arch/mips64/mips64/disksubr.c
index 189281aa41f..1a9e7a31002 100644
--- a/sys/arch/mips64/mips64/disksubr.c
+++ b/sys/arch/mips64/mips64/disksubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disksubr.c,v 1.23 2006/10/03 01:37:22 krw Exp $ */
+/* $OpenBSD: disksubr.c,v 1.24 2006/10/04 03:23:01 krw Exp $ */
/*
* Copyright (c) 1999 Michael Shalayeff
@@ -208,8 +208,7 @@ readdisklabel(dev, strat, lp, osdep, spoofonly)
#if defined(DISKLABEL_I386)
/*
* 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