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

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

Diff for /src/usr.sbin/pstat/pstat.c between version 1.60 and 1.61

version 1.60, 2001/06/05 09:20:13 version 1.61, 2001/07/09 17:30:37
Line 901  getfiles(abuf, alen)
Line 901  getfiles(abuf, alen)
          * Add emulation of KINFO_FILE here.           * Add emulation of KINFO_FILE here.
          */           */
         if (memf != NULL)          if (memf != NULL)
                 errx(1, "files on dead kernel, not implemented\n");                  errx(1, "files on dead kernel, not implemented");
   
         mib[0] = CTL_KERN;          mib[0] = CTL_KERN;
         mib[1] = KERN_FILE;          mib[1] = KERN_FILE;

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

CVSweb <webmaster@jp.NetBSD.org>