From owner-freebsd-commit Sun Oct 29 03:12:10 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA14066 for freebsd-commit-outgoing; Sun, 29 Oct 1995 03:12:10 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA14039 for cvs-all-outgoing; Sun, 29 Oct 1995 03:11:49 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA14025 for cvs-usrsbin-outgoing; Sun, 29 Oct 1995 03:11:44 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id DAA14003 ; Sun, 29 Oct 1995 03:11:33 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id WAA04008; Sun, 29 Oct 1995 22:06:19 +1100 Date: Sun, 29 Oct 1995 22:06:19 +1100 From: Bruce Evans Message-Id: <199510291106.WAA04008@godzilla.zeta.org.au> To: CVS-commiters@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org, phk@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/pstat pstat.c Sender: owner-commit@FreeBSD.org Precedence: bulk > Modified: usr.sbin/pstat pstat.c > Log: > #include > I belive make world will work again now. A little slower :-). Should be #include or should be fixed to define KERNBASE. pstat.c was missing only the definition of KERNBASE which is only used for a kludge. KERNBASE is defined in and used in although it isn't defined there or in anything included by . pstat.c includes . Bruce