|
|||||||||||
|
(patch) remove duplicate headers in vmstat(8)
From: Andrey Matveev <andrushock(at)korovino.net>
Date: Thu Jan 02 2003 - 16:28:42 EST
Index: src/usr.bin/vmstat/dkstats.c RCS file: /cvs/src/usr.bin/vmstat/dkstats.c,v retrieving revision 1.22 diff -u -r1.22 dkstats.c --- src/usr.bin/vmstat/dkstats.c 2002/12/16 01:57:04 1.22 +++ src/usr.bin/vmstat/dkstats.c 2003/01/02 22:20:46@@ -35,7 +35,6 @@ -#include#include <sys/sysctl.h> @@ -48,7 +47,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <unistd.h> #include "dkstats.h"
#if !defined(NOKVM)
RCS file: /cvs/src/usr.bin/vmstat/vmstat.c,v retrieving revision 1.73 diff -u -r1.73 vmstat.c --- src/usr.bin/vmstat/vmstat.c 2002/12/16 01:57:04 1.73 +++ src/usr.bin/vmstat/vmstat.c 2003/01/02 22:22:49@@ -49,7 +49,6 @@ #endif /* not lint */
#include <sys/param.h>
-#include@@ -66,7 +65,6 @@ #include <kvm.h> #include <err.h> -#include#include <stdio.h> Received on Thu Jan 2 17:36:16 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:29:44 EDT |
||||||||||
|
|||||||||||