Module Name: src
Committed By: dholland
Date: Sun May 29 22:09:51 UTC 2016
Modified Files:
src/usr.sbin/catman: catman.c
Log Message:
Add missing rcsid.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/usr.sbin/catman/catman.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/catman/catman.c
diff -u src/usr.sbin/catman/catman.c:1.35 src/usr.sbin/catman/catman.c:1.36
--- src/usr.sbin/catman/catman.c:1.35 Wed Jul 31 22:37:55 2013
+++ src/usr.sbin/catman/catman.c Sun May 29 22:09:51 2016
@@ -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>