summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-03-23 16:36:19 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-03-23 16:36:19 +0000
commitb3fab81df21411a612bb66e43ea97a1e36b31bf1 (patch)
tree2bdb204d66faa47e11cd78528fc1275da061a53a /sys/arch/powerpc/include
parent37f60ce6b9a14a7aa8b5caa26f1edd8d4d07fd05 (diff)
Add DOSMBR_SIGNATURE_OFF define, needed for last disklabel change
Diffstat (limited to 'sys/arch/powerpc/include')
-rw-r--r--sys/arch/powerpc/include/disklabel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/disklabel.h b/sys/arch/powerpc/include/disklabel.h
index 1b21247791a..8056cfb0c46 100644
--- a/sys/arch/powerpc/include/disklabel.h
+++ b/sys/arch/powerpc/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.10 1998/02/19 20:36:35 deraadt Exp $ */
+/* $OpenBSD: disklabel.h,v 1.11 1999/03/23 16:36:18 millert Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@@ -46,6 +46,7 @@
#define DOSMAGIC 0xaa55 /* Actual magic number */
#define MBRMAGIC DOSMAGIC
#define DOSMBR_SIGNATURE MBRMAGIC
+#define DOSMBR_SIGNATURE_OFF DOSMAGICOFF
#define DOSACTIVE 0x80
struct dos_partition {