Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/catman Add missing rcsid.



details:   https://anonhg.NetBSD.org/src/rev/da2990f43178
branches:  trunk
changeset: 345464:da2990f43178
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun May 29 22:09:51 2016 +0000

description:
Add missing rcsid.

diffstat:

 usr.sbin/catman/catman.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r a527c767e331 -r da2990f43178 usr.sbin/catman/catman.c
--- a/usr.sbin/catman/catman.c  Sun May 29 18:22:30 2016 +0000
+++ b/usr.sbin/catman/catman.c  Sun May 29 22:09:51 2016 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: catman.c,v 1.35 2013/07/31 22:37:55 soren Exp $       */
+/*      $NetBSD: catman.c,v 1.36 2016/05/29 22:09:51 dholland Exp $       */
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -28,9 +28,13 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include <sys/cdefs.h>
+#ifndef lint
+__RCSID("$NetBSD: catman.c,v 1.36 2016/05/29 22:09:51 dholland Exp $");
+#endif /* not lint */
+
 #include <sys/types.h>
 #include <sys/queue.h>
-#include <sys/cdefs.h>
 #include <sys/param.h>
 #include <sys/stat.h>
 #include <sys/wait.h>



Home | Main Index | Thread Index | Old Index