From 653c43d0f58758b4d63a2fa70758f1e3e51b68d0 Mon Sep 17 00:00:00 2001 From: hannken Date: Fri, 26 Jun 1998 14:17:01 +0000 Subject: [PATCH] Make it compile again. Include before setting _KERNEL. Otherwise the chain pstat.c -> -> fails with 'opt_compat_freebsd.h: No such file or directory' ... --- usr.sbin/pstat/pstat.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index 32bf3715d59a..a84f03bba655 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -1,4 +1,4 @@ -/* $NetBSD: pstat.c,v 1.41 1998/03/29 12:24:44 mycroft Exp $ */ +/* $NetBSD: pstat.c,v 1.42 1998/06/26 14:17:01 hannken Exp $ */ /*- * Copyright (c) 1980, 1991, 1993, 1994 @@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1991, 1993, 1994\n\ #if 0 static char sccsid[] = "@(#)pstat.c 8.16 (Berkeley) 5/9/95"; #else -__RCSID("$NetBSD: pstat.c,v 1.41 1998/03/29 12:24:44 mycroft Exp $"); +__RCSID("$NetBSD: pstat.c,v 1.42 1998/06/26 14:17:01 hannken Exp $"); #endif #endif /* not lint */ @@ -52,6 +52,7 @@ __RCSID("$NetBSD: pstat.c,v 1.41 1998/03/29 12:24:44 mycroft Exp $"); #include #include #include +#include #define _KERNEL #include #include