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

@@ -21,12 +21,10 @@
 /*
  * 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>

@@ -697,11 +695,11 @@
                                             oversize_err);
                                         goto bad;
                                 }
                                 *cp++ = (char)ch;
                         }
-                        *cp++ = ':';
+                        *cp++ = ' ';
                         if (isnewline(ch)) {
                                 cp--;
                                 (void) kobj_ungetc(file);
                         }
                 }