Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 1995 22:06:19 +1100
From:      Bruce Evans <bde@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
Message-ID:  <199510291106.WAA04008@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified:    usr.sbin/pstat  pstat.c
>  Log:
>  #include <sys/user.h>
>  I belive make world will work again now.

A little slower :-).

Should be #include <vm/vm.h> or <machine/param.h> 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
<machine/vmparam.h> and used in <machine/param.h> although it isn't
defined there or in anything included by <sys/param.h>.  pstat.c
includes <sys/param.h>.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510291106.WAA04008>