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:
parent
2df68022c5
commit
9d3f610b1d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user