pkgsrc-wip/procps/patches/patch-ad
Jeremy C. Reed 92c2fddf9d The Linux /proc file system utilities are tools for reporting about
and modifying the state of the system, including memory, processes,
sending signals to processes, etc. The commands include free, oldps,
pgrep, pkill, ps, skill, snice, sysctl, tload, top, vmstat, w and watch.
(kill is not installed; it is available in the sysutils/util-linux
package.)
This version of procps is maintained by Albert Cahalan, based on
original code from Michael K. Johnson.
2003-05-16 03:20:43 +00:00

13 lines
337 B
Text

$NetBSD: patch-ad,v 1.1.1.1 2003/05/16 03:20:44 jeremy-c-reed Exp $
--- top.c.orig Sat Mar 15 23:58:37 2003
+++ top.c Sat Mar 15 23:58:51 2003
@@ -21,7 +21,7 @@
#include <sys/resource.h>
#include <sys/time.h>
#include <ctype.h>
-#include <curses.h>
+#include <ncurses.h>
#include <errno.h>
#ifndef YIELDCPU_OFF
#include <sched.h>