K 10 svn:author V 7 rwatson K 8 svn:date V 27 2007-12-27T21:28:48.000000Z K 7 svn:log V 403 Compare kernel dump header magic with textdump magic using strncmp() rather than the memcmp() which is used for regular dumps: the textdump string is one character shorter, so we need to stop comparing at the end of the string. Use independent version checking logic for architecture-specific version number vs. textdump version number, as the version sequences may (someday) differ. Run into by: rrs END