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

Diff for /src/usr.bin/systat/swap.c between version 1.2 and 1.3

version 1.2, 1996/04/19 13:31:58 version 1.3, 1996/05/22 11:35:36
Line 1 
Line 1 
 /*      $NetBSD: swap.c,v 1.4 1995/08/31 22:20:19 jtc Exp $     */  /*      $NetBSD: swap.c,v 1.5 1996/05/10 23:16:38 thorpej Exp $ */
   
 /*-  /*-
  * Copyright (c) 1980, 1992, 1993   * Copyright (c) 1980, 1992, 1993
Line 37 
Line 37 
 #if 0  #if 0
 static char sccsid[] = "@(#)swap.c      8.3 (Berkeley) 4/29/95";  static char sccsid[] = "@(#)swap.c      8.3 (Berkeley) 4/29/95";
 #endif  #endif
 static char rcsid[] = "$NetBSD: swap.c,v 1.4 1995/08/31 22:20:19 jtc Exp $";  static char rcsid[] = "$NetBSD: swap.c,v 1.5 1996/05/10 23:16:38 thorpej Exp $";
 #endif /* not lint */  #endif /* not lint */
   
 /*  /*
Line 63 
Line 63 
   
 extern char *getbsize __P((int *headerlenp, long *blocksizep));  extern char *getbsize __P((int *headerlenp, long *blocksizep));
 void showspace __P((char *header, int hlen, long blocksize));  void showspace __P((char *header, int hlen, long blocksize));
   
 extern kvm_t    *kd;  
   
 struct nlist syms[] = {  struct nlist syms[] = {
         { "_swapmap" }, /* list of free swap areas */          { "_swapmap" }, /* list of free swap areas */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3