o Add header version for ia64,
o Make it compile with GCC 3.x.
This commit is contained in:
parent
548db09f32
commit
de4d96bf8f
@ -46,6 +46,7 @@ struct kerneldumpheader {
|
||||
# define KERNELDUMPVERSION 1
|
||||
uint32_t architectureversion;
|
||||
# define KERNELDUMP_I386_VERSION 1
|
||||
# define KERNELDUMP_IA64_VERSION 1
|
||||
uint64_t dumplength; /* excl headers */
|
||||
uint32_t blocksize;
|
||||
uint64_t dumptime;
|
||||
@ -69,4 +70,4 @@ kerneldump_parity(struct kerneldumpheader *kdhp)
|
||||
}
|
||||
|
||||
|
||||
#endif _SYS_KERNELDUMP_H
|
||||
#endif /* _SYS_KERNELDUMP_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user