Module Name:    src
Committed By:   christos
Date:           Fri Jan 25 15:34:22 UTC 2019

Modified Files:
        src/usr.bin/systat: vmstat.c

Log Message:
no need for curses.h


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/usr.bin/systat/vmstat.c

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

Modified files:

Index: src/usr.bin/systat/vmstat.c
diff -u src/usr.bin/systat/vmstat.c:1.85 src/usr.bin/systat/vmstat.c:1.86
--- src/usr.bin/systat/vmstat.c:1.85	Fri Jan 25 10:31:11 2019
+++ src/usr.bin/systat/vmstat.c	Fri Jan 25 10:34:22 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: vmstat.c,v 1.85 2019/01/25 15:31:11 christos Exp $	*/
+/*	$NetBSD: vmstat.c,v 1.86 2019/01/25 15:34:22 christos Exp $	*/
 
 /*-
  * Copyright (c) 1983, 1989, 1992, 1993
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)vmstat.c	8.2 (Berkeley) 1/12/94";
 #endif
-__RCSID("$NetBSD: vmstat.c,v 1.85 2019/01/25 15:31:11 christos Exp $");
+__RCSID("$NetBSD: vmstat.c,v 1.86 2019/01/25 15:34:22 christos Exp $");
 #endif /* not lint */
 
 /*
@@ -53,7 +53,6 @@ __RCSID("$NetBSD: vmstat.c,v 1.85 2019/0
 #include <stdlib.h>
 #include <string.h>
 #include <util.h>
-#include <curses.h>
 
 #include "systat.h"
 #include "extern.h"

Reply via email to