From ec9be1a88677ad654030687702d0c762c0f0d050 Mon Sep 17 00:00:00 2001 From: garbled Date: Wed, 19 Dec 2007 19:45:32 +0000 Subject: [PATCH] Changed my mind on naming this prep_magic.h. Change it back to magic.h. Sorry for the churn. --- sys/arch/powerpc/stand/mkbootimage/{prep_magic.h => magic.h} | 2 +- sys/arch/powerpc/stand/mkbootimage/mkbootimage.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename sys/arch/powerpc/stand/mkbootimage/{prep_magic.h => magic.h} (68%) diff --git a/sys/arch/powerpc/stand/mkbootimage/prep_magic.h b/sys/arch/powerpc/stand/mkbootimage/magic.h similarity index 68% rename from sys/arch/powerpc/stand/mkbootimage/prep_magic.h rename to sys/arch/powerpc/stand/mkbootimage/magic.h index 5cf2c8414760..8fda5095fdfa 100644 --- a/sys/arch/powerpc/stand/mkbootimage/prep_magic.h +++ b/sys/arch/powerpc/stand/mkbootimage/magic.h @@ -1,4 +1,4 @@ -/* $NetBSD: prep_magic.h,v 1.2 2007/12/18 18:26:36 garbled Exp $ */ +/* $NetBSD: magic.h,v 1.1 2007/12/19 19:45:32 garbled Exp $ */ char prep_magic[] = "KMA"; int kern_len; diff --git a/sys/arch/powerpc/stand/mkbootimage/mkbootimage.c b/sys/arch/powerpc/stand/mkbootimage/mkbootimage.c index 28e2419965c3..d02e0c0bbb65 100644 --- a/sys/arch/powerpc/stand/mkbootimage/mkbootimage.c +++ b/sys/arch/powerpc/stand/mkbootimage/mkbootimage.c @@ -1,4 +1,4 @@ -/* $NetBSD: mkbootimage.c,v 1.2 2007/12/18 18:26:36 garbled Exp $ */ +/* $NetBSD: mkbootimage.c,v 1.3 2007/12/19 19:45:33 garbled Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. @@ -65,7 +65,7 @@ #include #include "byteorder.h" -#include "prep_magic.h" +#include "magic.h" /* Globals */