summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2022-10-12 23:11:34 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2022-10-12 23:11:34 +0000
commit6737af17efcf81e66d2ae0c2960dd7cdcf885571 (patch)
treef22a2d99d6bfb976d070b0550290215edd62a6fe /sys
parent25399137b2049d8c660c7d2d02a0588cfd2d0581 (diff)
Nuke D_BADSECT and disktab's 'sf'.
DEC standard 144 bad sector information is no longer a thing. As evidenced by bad144(8) moving to the attic 16 years ago. ok miod@, who points out that badsect(8) is now the nail sticking out.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/disklabel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h
index cdfff074ee0..9c6a50f550b 100644
--- a/sys/sys/disklabel.h
+++ b/sys/sys/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.84 2022/10/11 23:39:08 krw Exp $ */
+/* $OpenBSD: disklabel.h,v 1.85 2022/10/12 23:11:33 krw Exp $ */
/* $NetBSD: disklabel.h,v 1.41 1996/05/10 23:07:37 mark Exp $ */
/*
@@ -321,7 +321,6 @@ static char *fstypesnames[] = {
/*
* flags shared by various drives:
*/
-#define D_BADSECT 0x04 /* supports bad sector forw. */
#define D_VENDOR 0x08 /* vendor disklabel */
#ifndef _LOCORE