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

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

Diff for /src/usr.bin/systat/vmstat.c between version 1.69 and 1.69.8.1

version 1.69, 2006/10/22 16:43:24 version 1.69.8.1, 2008/03/23 00:49:03
Line 1 
Line 1 
 /*      $NetBSD$        */  /*      vmstat.c,v 1.69 2006/10/22 16:43:24 christos Exp        */
   
 /*-  /*-
  * Copyright (c) 1983, 1989, 1992, 1993   * Copyright (c) 1983, 1989, 1992, 1993
Line 34 
Line 34 
 #if 0  #if 0
 static char sccsid[] = "@(#)vmstat.c    8.2 (Berkeley) 1/12/94";  static char sccsid[] = "@(#)vmstat.c    8.2 (Berkeley) 1/12/94";
 #endif  #endif
 __RCSID("$NetBSD$");  __RCSID("vmstat.c,v 1.69 2006/10/22 16:43:24 christos Exp");
 #endif /* not lint */  #endif /* not lint */
   
 /*  /*
Line 45  __RCSID("$NetBSD$");
Line 45  __RCSID("$NetBSD$");
 #include <sys/uio.h>  #include <sys/uio.h>
 #include <sys/namei.h>  #include <sys/namei.h>
 #include <sys/sysctl.h>  #include <sys/sysctl.h>
 #include <sys/device.h>  #include <sys/evcnt.h>
   
 #include <uvm/uvm_extern.h>  #include <uvm/uvm_extern.h>
   

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.69.8.1

CVSweb <webmaster@jp.NetBSD.org>