diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-02-27 10:50:06 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-02-27 10:50:06 +0000 |
| commit | f0ba626a0d5f93b6a16ac9ac30977d6bca86ee0d (patch) | |
| tree | 60a2f3796a31d8748ca5315e86fa2deb09f97596 | |
| parent | 2a6cb8804e2a2f45ca785a8264dbcc88318e0a36 (diff) | |
Notes
| -rw-r--r-- | bin/ps/nlist.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/ps/nlist.c b/bin/ps/nlist.c index d950e1bd9381..f3e104f49a6d 100644 --- a/bin/ps/nlist.c +++ b/bin/ps/nlist.c @@ -36,6 +36,12 @@ #include <stddef.h> +#ifndef lint +static const char rcsid[] = + "$FreeBSD$"; +#endif /* not lint */ + + fixpt_t ccpu; /* kernel _ccpu variable */ int nlistread; /* if nlist already read. */ int mempages; /* number of pages of phys. memory */ |
