--- ./proc/ksym.c.orig 2003-02-02 00:14:04.000000000 -0800 +++ ./proc/ksym.c 2003-02-02 11:32:12.000000000 -0800 @@ -414,18 +414,12 @@ bad_match: message("Warning: %s does not match kernel data.\n", filename); } - if(0){ bad_version: - message("Warning: %s has an incorrect kernel version.\n", filename); - } if(0){ bad_alloc: message("Warning: not enough memory available\n"); } - if(0){ bad_parse: - message("Warning: %s not parseable as a System.map\n", filename); - } if(0){ bad_open: message("Warning: %s could not be opened as a System.map\n", filename);