From a6648ed792f885a50afad92a5fd50ffe9e0543a3 Mon Sep 17 00:00:00 2001 From: julian Date: Tue, 9 Jul 1996 02:10:16 +0000 Subject: oops, make the magic number match that used in the bootblock.. I guess we should have a single place for this?? --- sbin/i386/nextboot/nextboot.c | 4 ++-- sbin/nextboot/nextboot.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sbin') diff --git a/sbin/i386/nextboot/nextboot.c b/sbin/i386/nextboot/nextboot.c index bbf8b79..47d4677 100644 --- a/sbin/i386/nextboot/nextboot.c +++ b/sbin/i386/nextboot/nextboot.c @@ -38,8 +38,8 @@ struct mboot mboot; #define NAMEBLOCK 1 /* 2nd block */ #define BLOCKSIZE 512 -#define ENABLE_MAGIC 0xdeafc0de -#define DISABLE_MAGIC 0xdeadc0de +#define ENABLE_MAGIC 0xfadefeed +#define DISABLE_MAGIC 0xfadefade static int bflag; static int eflag; static int dflag; diff --git a/sbin/nextboot/nextboot.c b/sbin/nextboot/nextboot.c index bbf8b79..47d4677 100644 --- a/sbin/nextboot/nextboot.c +++ b/sbin/nextboot/nextboot.c @@ -38,8 +38,8 @@ struct mboot mboot; #define NAMEBLOCK 1 /* 2nd block */ #define BLOCKSIZE 512 -#define ENABLE_MAGIC 0xdeafc0de -#define DISABLE_MAGIC 0xdeadc0de +#define ENABLE_MAGIC 0xfadefeed +#define DISABLE_MAGIC 0xfadefade static int bflag; static int eflag; static int dflag; -- cgit v1.1