522c522 < pos += xprintf("%.10s", getprocname(xf->xf_pid)); --- > pos += xprintf(" %.10s", getprocname(xf->xf_pid)); 525c525 < pos += xprintf("%lu", (u_long)xf->xf_pid); --- > pos += xprintf(" %lu", (u_long)xf->xf_pid); 528c528 < pos += xprintf("%d", xf->xf_fd); --- > pos += xprintf(" %d", xf->xf_fd); 531c531 < pos += xprintf("%s", s->protoname); --- > pos += xprintf(" %s", s->protoname);