[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.29 and 1.30

version 1.29, 2002/01/17 21:34:58 version 1.30, 2002/02/16 21:27:50
Line 275 
Line 275 
 struct protox *protoprotox[] = { protox, ip6protox, ipxprotox, nsprotox, isoprotox, atalkprotox, NULL };  struct protox *protoprotox[] = { protox, ip6protox, ipxprotox, nsprotox, isoprotox, atalkprotox, NULL };
 #endif  #endif
   
 static void printproto __P((struct protox *, char *));  static void printproto(struct protox *, char *);
 static void usage __P((void));  static void usage(void);
 static struct protox *name2protox __P((char *));  static struct protox *name2protox(char *);
 static struct protox *knownname __P((char *));  static struct protox *knownname(char *);
   
 kvm_t *kvmd;  kvm_t *kvmd;
   

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