summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-24 04:27:25 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-24 04:27:25 +0000
commit2cf649601521172b14b5c15c4385bafa5d2f7da4 (patch)
treee17539a14a8c5006f73c8ad3a39409aa4db29628
parentaf0ffdb2def8ccf3dfa0304b9bc45ad743f4cb46 (diff)
RAW_PART = 2, ie. sd0c, now -- make sure your c partitions are your whole disk
-rw-r--r--sys/arch/i386/include/disklabel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/include/disklabel.h b/sys/arch/i386/include/disklabel.h
index 84febb4b40d..70e193a08ce 100644
--- a/sys/arch/i386/include/disklabel.h
+++ b/sys/arch/i386/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.4 1996/09/22 09:58:12 deraadt Exp $ */
+/* $OpenBSD: disklabel.h,v 1.5 1996/09/24 04:27:24 deraadt Exp $ */
/* $NetBSD: disklabel.h,v 1.3 1996/03/09 20:52:54 ghudson Exp $ */
/*
@@ -37,7 +37,7 @@
#define LABELSECTOR 1 /* sector containing label */
#define LABELOFFSET 0 /* offset of label in sector */
#define MAXPARTITIONS 16 /* number of partitions */
-#define RAW_PART 3 /* raw partition: XX?d (XXX) */
+#define RAW_PART 2 /* raw partition: ie. rsd0c */
/* DOS partition table -- located in boot block */
#define DOSBBSECTOR 0 /* DOS boot block relative sector # */