From 573423ff40017b99fe8ddb7bfde938744a4bf783 Mon Sep 17 00:00:00 2001 From: albert <> Date: Mon, 2 Jun 2003 23:31:12 +0000 Subject: [PATCH] warning + doc refs --- Makefile | 2 +- proc/sysinfo.h | 2 -- vmstat.8 | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e660234d..234cd34c 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ TARFILES := AUTHORS BUGS NEWS README TODO COPYING COPYING.LIB \ Makefile procps.lsm procps.spec v t README.top \ minimal.c $(notdir $(MANFILES)) \ uptime.c tload.c free.c w.c top.c vmstat.c watch.c skill.c \ - sysctl.c pgrep.c top.h pmap.c + sysctl.c pgrep.c top.h pmap.c vmstat.h CURSES := -I/usr/include/ncurses -lncurses diff --git a/proc/sysinfo.h b/proc/sysinfo.h index 4e60b10e..068cd3c9 100644 --- a/proc/sysinfo.h +++ b/proc/sysinfo.h @@ -53,8 +53,6 @@ extern unsigned long kb_pagetables; #define BUFFSIZE 8192 typedef unsigned long long jiff; -extern void crash(const char *filename); -extern void getrunners(unsigned int *restrict running, unsigned int *restrict blocked); extern void getstat(jiff *restrict cuse, jiff *restrict cice, jiff *restrict csys, jiff *restrict cide, jiff *restrict ciow, unsigned long *restrict pin, unsigned long *restrict pout, unsigned long *restrict s_in, unsigned long *restrict sout, unsigned *restrict intr, unsigned *restrict ctxt, diff --git a/vmstat.8 b/vmstat.8 index bcf89ed1..e4a0afdf 100644 --- a/vmstat.8 +++ b/vmstat.8 @@ -124,7 +124,7 @@ Since procps 3.1.9, vmstat lets you choose units (k, K, m, M) .fi .SH "SEE ALSO" -ps(1), top(1), free(1) +iostat(1), sar(1), mpstat(1), ps(1), top(1), free(1) .PP .SH BUGS Does not tabulate the block io per device or count the number of system calls.