Changed my mind on naming this prep_magic.h. Change it back to magic.h.

Sorry for the churn.
This commit is contained in:
garbled 2007-12-19 19:45:32 +00:00
parent 2f6e46a275
commit ec9be1a886
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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 <elf/external.h>
#include "byteorder.h"
#include "prep_magic.h"
#include "magic.h"
/* Globals */