[BACK]Return to vmstat.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / vmstat

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/vmstat/vmstat.c between version 1.185 and 1.186

version 1.185, 2011/10/15 21:06:05 version 1.186, 2011/10/15 21:59:48
Line 1153  doevcnt(int verbose, int type)
Line 1153  doevcnt(int verbose, int type)
                                 /* if the sysctl is unknown, try groveling */                                  /* if the sysctl is unknown, try groveling */
                                 if (error == ENOENT)                                  if (error == ENOENT)
                                         break;                                          break;
                                 perror("sysctl: kern.evcnt");                                  warn("kern.evcnt");
                                 if (buf)                                  if (buf)
                                         free(buf);                                          free(buf);
                                 return;                                  return;

Legend:
Removed from v.1.185  
changed lines
  Added in v.1.186

CVSweb <webmaster@jp.NetBSD.org>