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

Diff for /src/usr.bin/netstat/main.c between version 1.44 and 1.45

version 1.44, 2004/03/13 22:02:13 version 1.45, 2004/04/01 07:55:17
Line 463 
Line 463 
                 exit(0);                  exit(0);
         }          }
         if (pflag) {          if (pflag) {
                 if (tp->pr_stats)                  printproto(tp, tp->pr_name);
                         (*tp->pr_stats)(nl[tp->pr_sindex].n_value,  
                                 tp->pr_name);  
                 else  
                         printf("%s: no stats routine\n", tp->pr_name);  
                 exit(0);                  exit(0);
         }          }
         /*          /*

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45