Print this page
4122 do_sysfile_cmd colon-separates the module path, and then we can't parse it

*** 21,32 **** /* * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ - #pragma ident "%Z%%M% %I% %E% SMI" - #include <sys/types.h> #include <sys/inttypes.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/user.h> --- 21,30 ----
*** 697,707 **** oversize_err); goto bad; } *cp++ = (char)ch; } ! *cp++ = ':'; if (isnewline(ch)) { cp--; (void) kobj_ungetc(file); } } --- 695,705 ---- oversize_err); goto bad; } *cp++ = (char)ch; } ! *cp++ = ' '; if (isnewline(ch)) { cp--; (void) kobj_ungetc(file); } }