Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/systat Add an __RCSID.



details:   https://anonhg.NetBSD.org/src/rev/30521467c05b
branches:  trunk
changeset: 472126:30521467c05b
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Apr 22 03:40:46 1999 +0000

description:
Add an __RCSID.

diffstat:

 usr.bin/systat/ps.c |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 51892398bd8a -r 30521467c05b usr.bin/systat/ps.c
--- a/usr.bin/systat/ps.c       Thu Apr 22 01:57:01 1999 +0000
+++ b/usr.bin/systat/ps.c       Thu Apr 22 03:40:46 1999 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: ps.c,v 1.1 1999/02/21 21:48:07 jwise Exp $  */
+/*      $NetBSD: ps.c,v 1.2 1999/04/22 03:40:46 simonb Exp $  */
 
 /*-
  * Copyright (c) 1999
@@ -44,6 +44,11 @@
  * cmdps -- optional, handle commands
  */
 
+#include <sys/cdefs.h>
+#ifndef lint
+__RCSID("$NetBSD: ps.c,v 1.2 1999/04/22 03:40:46 simonb Exp $");
+#endif /* not lint */
+
 #include <sys/param.h>
 #include <sys/dkstat.h>
 #include <sys/dir.h>



Home | Main Index | Thread Index | Old Index