gad 2004/03/28 17:27:13 PST FreeBSD src repository Modified files: bin/ps ps.c Log: Have this source explicitly include <sys/proc.h>, since it references values such as P_CONTROLT and PS_INMEM. But this still won't define PID_MAX for us, since that is hidden inside of '#ifdef _KERNEL'. Noticed by: bde Revision Changes Path 1.79 +1 -0 src/bin/ps/ps.c