[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.63 and 1.64

version 1.63, 2011/01/09 19:12:19 version 1.64, 2011/07/09 00:45:40
Line 281 
Line 281 
                 }                  }
 #endif  #endif
                 break;                  break;
         case AF_APPLETALK:  
                 printf("atlk:%-12s",atalk_print(sa,0x10) );  
                 printf("%-12s ",atalk_print(sa,0x0b) );  
                 break;  
         case AF_LINK:          case AF_LINK:
                 sdl = (struct sockaddr_dl *)sa;                  sdl = (struct sockaddr_dl *)sa;
                 m = printf("%-11.11s ", "<Link>");                  m = printf("%-11.11s ", "<Link>");

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64