Source-Changes-HG archive

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

[src/yamt-pagecache]: src/lib/libutil add rcsid



details:   https://anonhg.NetBSD.org/src/rev/f506134fa019
branches:  yamt-pagecache
changeset: 770900:f506134fa019
user:      yamt <yamt%NetBSD.org@localhost>
date:      Wed Jun 12 01:09:33 2013 +0000

description:
add rcsid

diffstat:

 lib/libutil/parsedate.y |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r b7fab48d1f8f -r f506134fa019 lib/libutil/parsedate.y
--- a/lib/libutil/parsedate.y   Wed Jun 12 01:08:16 2013 +0000
+++ b/lib/libutil/parsedate.y   Wed Jun 12 01:09:33 2013 +0000
@@ -12,6 +12,11 @@
 /* SUPPRESS 287 on yaccpar_sccsid *//* Unused static variable */
 /* SUPPRESS 288 on yyerrlab *//* Label unused */
 
+#include <sys/cdefs.h>
+#ifdef __RCSID
+__RCSID("$NetBSD: parsedate.y,v 1.10.6.4 2013/06/12 01:09:33 yamt Exp $");
+#endif
+
 #include <stdio.h>
 #include <ctype.h>
 #include <errno.h>



Home | Main Index | Thread Index | Old Index