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

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

version 1.28, 2002/01/17 21:34:58 version 1.29, 2002/02/16 21:27:50
Line 71 
Line 71 
 #define YES     1  #define YES     1
 #define NO      0  #define NO      0
   
 static void sidewaysintpr __P((u_int, u_long));  static void sidewaysintpr(u_int, u_long);
 static void catchalarm __P((int));  static void catchalarm(int);
   
 /*  /*
  * Print a description of the network interfaces.   * Print a description of the network interfaces.

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