K 10 svn:author V 6 marcel K 8 svn:date V 27 2002-04-03T07:24:12.000000Z K 7 svn:log V 326 Make the kernel dump header endianness invariant by always dumping in dump byte order (=network byte order). Swap blocksize and dumptime to avoid extraneous padding on 64-bit architectures. Use CTASSERT instead of runtime checks to make sure the header is 512 bytes large. Various style(9) fixes. Reviewed by: phk, bde, mike END