Changed my mind on naming this prep_magic.h. Change it back to magic.h.
Sorry for the churn.
This commit is contained in:
parent
2f6e46a275
commit
ec9be1a886
@ -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;
|
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user