--- /usr/src/usr.bin/sockstat/sockstat.c Mon Apr 19 03:57:10 2004 +++ usr.bin/sockstat/sockstat.c Mon Apr 19 03:50:15 2004 @@ -516,14 +516,14 @@ display(void) while (pos < 26) pos += xprintf(" "); pos += xprintf("%d", xf->xf_fd); - while (pos < 29) + while (pos < 30) pos += xprintf(" "); pos += xprintf("%s", s->protoname); if (s->vflag & INP_IPV4) pos += xprintf("4"); if (s->vflag & INP_IPV6) pos += xprintf("6"); - while (pos < 36) + while (pos < 37) pos += xprintf(" "); switch (s->family) { case AF_INET: