From b7a4d57a9e5e02133a8a73fd977efa5abe32aae4 Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 2 Mar 2002 07:05:30 +0000 Subject: [PATCH] Now all MBR_* definitions come from --- sys/arch/prep/stand/mkbootimage/mkbootimage.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sys/arch/prep/stand/mkbootimage/mkbootimage.c b/sys/arch/prep/stand/mkbootimage/mkbootimage.c index 00474897012a..450a0b8564ef 100644 --- a/sys/arch/prep/stand/mkbootimage/mkbootimage.c +++ b/sys/arch/prep/stand/mkbootimage/mkbootimage.c @@ -1,4 +1,4 @@ -/* $NetBSD: mkbootimage.c,v 1.1 2000/02/29 15:21:52 nonaka Exp $ */ +/* $NetBSD: mkbootimage.c,v 1.2 2002/03/02 07:05:30 matt Exp $ */ /*- * Copyright (C) 1999, 2000 NONAKA Kimihiro (nonaka@netbsd.org) @@ -48,9 +48,6 @@ #include "magic.h" -#define MBR_PTYPE_PREP 0x41 -#define MBR_BOOT_ACTIVE 0x80 - int main(argc, argv) int argc; @@ -153,7 +150,7 @@ main(argc, argv) * Build a "PReP" partition table entry in the boot record * - "PReP" may only look at the system_indicator */ - mbrp->mbrp_flag = MBR_BOOT_ACTIVE; + mbrp->mbrp_flag = MBR_FLAGS_ACTIVE; mbrp->mbrp_typ = MBR_PTYPE_PREP; /*