Date: Sun, 28 Mar 2004 17:27:13 -0800 (PST) From: Garance A Drosehn <gad@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps ps.c Message-ID: <200403290127.i2T1RD0M076216@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403290127.i2T1RD0M076216>