Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/top/machine include sys/sched.h to get definition of...



details:   https://anonhg.NetBSD.org/src/rev/1954802d8212
branches:  trunk
changeset: 487177:1954802d8212
user:      perry <perry%NetBSD.org@localhost>
date:      Sun Jun 04 02:11:11 2000 +0000

description:
include sys/sched.h to get definition of CPUSTATES

diffstat:

 usr.bin/top/machine/m_netbsd15.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r a6a6443270a3 -r 1954802d8212 usr.bin/top/machine/m_netbsd15.c
--- a/usr.bin/top/machine/m_netbsd15.c  Sun Jun 04 02:05:13 2000 +0000
+++ b/usr.bin/top/machine/m_netbsd15.c  Sun Jun 04 02:11:11 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: m_netbsd15.c,v 1.4 2000/05/29 11:52:37 simonb Exp $    */
+/*     $NetBSD: m_netbsd15.c,v 1.5 2000/06/04 02:11:11 perry Exp $     */
 
 /*
  * top - a top users display for Unix
@@ -34,12 +34,13 @@
  *             Simon Burge <simonb%netbsd.org@localhost>
  *
  *
- * $Id: m_netbsd15.c,v 1.4 2000/05/29 11:52:37 simonb Exp $
+ * $Id: m_netbsd15.c,v 1.5 2000/06/04 02:11:11 perry Exp $
  */
 
 #include <sys/param.h>
 #include <sys/sysctl.h>
 #include <sys/dkstat.h>
+#include <sys/sched.h>
 #include <sys/swap.h>
 
 #include <uvm/uvm_extern.h>



Home | Main Index | Thread Index | Old Index