From d32592e6a1b51f9cb49902ee01b17cc2ff895ba2 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 27 Feb 2001 10:50:06 +0000 Subject: Add rcsid. --- bin/ps/nlist.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bin') 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 +#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 */ -- cgit v1.1