summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rw-r--r--sbin/i386/nextboot/nextboot.c4
-rw-r--r--sbin/nextboot/nextboot.c4
2 files changed, 4 insertions, 4 deletions
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;
OpenPOWER on IntegriCloud