diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-02-28 11:06:04 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-02-28 11:06:04 +0000 |
| commit | 3f83ed9d1cb5962530f9609c84ba3962bec4d26d (patch) | |
| tree | 9b00a5098c7df1788994897d1c5ceb11810948f3 | |
| parent | 16833ea1d9c30854e54c4b7ad048b0ddb638d027 (diff) | |
Notes
| -rw-r--r-- | bin/ps/nlist.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/bin/ps/nlist.c b/bin/ps/nlist.c index f3e104f49a6d..f07ae90c3900 100644 --- a/bin/ps/nlist.c +++ b/bin/ps/nlist.c @@ -31,16 +31,18 @@ * SUCH DAMAGE. */ -#include <sys/types.h> -#include <sys/sysctl.h> - -#include <stddef.h> - #ifndef lint +#if 0 +static char sccsid[] = "@(#)nlist.c 8.4 (Berkeley) 4/2/94"; +#endif static const char rcsid[] = "$FreeBSD$"; #endif /* not lint */ +#include <sys/types.h> +#include <sys/sysctl.h> + +#include <stddef.h> fixpt_t ccpu; /* kernel _ccpu variable */ int nlistread; /* if nlist already read. */ |
