summaryrefslogtreecommitdiffstats
path: root/bin/ps/nlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ps/nlist.c')
-rw-r--r--bin/ps/nlist.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/ps/nlist.c b/bin/ps/nlist.c
index d950e1b..f3e104f 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 */
OpenPOWER on IntegriCloud