From b884c995dbabefd65829684e2d99e0d31d271447 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 3 Jan 2003 16:23:12 +0000 Subject: Make struct swblock kernel only, to make vm/swap_pager.h userland includable. Move struct swdevt from sys/conf.h to the more appropriate vm/swap_pager.h. Adjust #include use in libkvm and pstat(8) to match. --- usr.sbin/pstat/pstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/pstat') diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index f85de47..2346bc4 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -60,11 +60,11 @@ static const char rcsid[] = #include #include /* XXX NTTYDISC is too well hidden */ #include -#include #include #include #include +#include #include #include -- cgit v1.1