Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/systat no need for curses.h
details: https://anonhg.NetBSD.org/src/rev/529dfd084411
branches: trunk
changeset: 996240:529dfd084411
user: christos <christos%NetBSD.org@localhost>
date: Fri Jan 25 15:34:22 2019 +0000
description:
no need for curses.h
diffstat:
usr.bin/systat/vmstat.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 812458d4f9aa -r 529dfd084411 usr.bin/systat/vmstat.c
--- a/usr.bin/systat/vmstat.c Fri Jan 25 15:31:11 2019 +0000
+++ b/usr.bin/systat/vmstat.c Fri Jan 25 15:34:22 2019 +0000
@@ -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 @@
#include <stdlib.h>
#include <string.h>
#include <util.h>
-#include <curses.h>
#include "systat.h"
#include "extern.h"
Home |
Main Index |
Thread Index |
Old Index