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

Diff for /src/usr.bin/systat/mbufs.c between version 1.13 and 1.14

version 1.13, 2003/06/03 02:56:17 version 1.14, 2004/07/03 22:25:15
Line 134 
Line 134 
 }  }
   
 static struct nlist namelist[] = {  static struct nlist namelist[] = {
 #define X_MBSTAT        0  #define X_MBSTAT        0                       /* sysctl */
         { "_mbstat" },                  /* sysctl */          { "_mbstat" },
         { "" }          { "" }
 };  };
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14