Add a KERNELDUMPMAGIC_CLEARED macro to unbreak savecore. Since

it is a "magic" value, what it expands to is not really important.
I set it to "Cleared Kernel Dump", but that can be changed later
if someone thinks it's not good enough.

Pointy hat to:	fenner
This commit is contained in:
mux 2002-05-05 13:47:21 +00:00
parent 2df68022c5
commit 9d3f610b1d

View File

@ -60,6 +60,7 @@
struct kerneldumpheader {
char magic[20];
#define KERNELDUMPMAGIC "FreeBSD Kernel Dump"
#define KERNELDUMPMAGIC_CLEARED "Cleared Kernel Dump"
char architecture[12];
uint32_t version;
#define KERNELDUMPVERSION 1