summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-02-27 10:50:06 +0000
committerobrien <obrien@FreeBSD.org>2001-02-27 10:50:06 +0000
commitd32592e6a1b51f9cb49902ee01b17cc2ff895ba2 (patch)
tree1fd6f84520c0fdf2c452da4079df13412d9e146d
parent7a0c52088d1fee0f7e7e2d805b3902f3c27f6172 (diff)
downloadFreeBSD-src-d32592e6a1b51f9cb49902ee01b17cc2ff895ba2.zip
FreeBSD-src-d32592e6a1b51f9cb49902ee01b17cc2ff895ba2.tar.gz
Add rcsid.
-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