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

Diff for /src/usr.bin/systat/main.c between version 1.1 and 1.2

version 1.1, 1995/10/18 08:46:10 version 1.2, 1996/04/21 23:44:05
Line 1 
Line 1 
 /*      $NetBSD: main.c,v 1.6 1995/05/06 06:25:07 jtc Exp $     */  /*      $NetBSD: main.c,v 1.7 1996/03/21 18:04:25 jtc Exp $     */
   
 /*-  /*-
  * Copyright (c) 1980, 1992, 1993   * Copyright (c) 1980, 1992, 1993
Line 43 
Line 43 
 #if 0  #if 0
 static char sccsid[] = "@(#)main.c      8.1 (Berkeley) 6/6/93";  static char sccsid[] = "@(#)main.c      8.1 (Berkeley) 6/6/93";
 #endif  #endif
 static char rcsid[] = "$NetBSD: main.c,v 1.6 1995/05/06 06:25:07 jtc Exp $";  static char rcsid[] = "$NetBSD: main.c,v 1.7 1996/03/21 18:04:25 jtc Exp $";
 #endif /* not lint */  #endif /* not lint */
   
 #include <sys/param.h>  #include <sys/param.h>
Line 82 
Line 82 
   
 static  WINDOW *wload;                  /* one line window for load average */  static  WINDOW *wload;                  /* one line window for load average */
   
 void  int
 main(argc, argv)  main(argc, argv)
         int argc;          int argc;
         char **argv;          char **argv;

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