rwatson 2007-12-03 14:44:35 UTC FreeBSD src repository Modified files: sys/kern subr_stack.c Log: When a symbol name can't be resolved, return "??" as the name, rather than "Unknown func", in order to avoid putting spaces in what ideally is a string separated by white space. Revision Changes Path 1.6 +2 -2 src/sys/kern/subr_stack.c