[BACK]Return to inet.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / netstat

Diff for /src/usr.bin/netstat/inet.c between version 1.28 and 1.29

version 1.28, 1999/02/17 23:50:38 version 1.29, 1999/02/18 08:25:51
Line 140 
Line 140 
                                 printf(" (including servers)");                                  printf(" (including servers)");
                         putchar('\n');                          putchar('\n');
                         if (Aflag)                          if (Aflag)
                                 printf("%-*.*s %-5.5s %-6.6s %-6.6s  %-*.*s %-*.*s %s\n",                                  printf("%-*.*s %-5.5s %-6.6s %-6.6s  %-18.18s %-18.18s %s\n",
                                     PLEN, PLEN, "PCB", "Proto", "Recv-Q",                                      PLEN, PLEN, "PCB", "Proto", "Recv-Q",
                                     "Send-Q", PLEN, PLEN, "Local Address",                                      "Send-Q", "Local Address",
                                     PLEN, PLEN, "Foreign Address", "(state)");                                      "Foreign Address", "(state)");
                         else                          else
                                 printf("%-5.5s %-6.6s %-6.6s  %-22.22s %-22.22s %s\n",                                  printf("%-5.5s %-6.6s %-6.6s  %-22.22s %-22.22s %s\n",
                                     "Proto", "Recv-Q", "Send-Q",                                      "Proto", "Recv-Q", "Send-Q",

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29