Module Name:    src
Committed By:   yamt
Date:           Wed Jun 12 01:31:25 UTC 2013

Modified Files:
        src/lib/libutil: parsedate.y

Log Message:
add rcsid


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libutil/parsedate.y

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libutil/parsedate.y
diff -u src/lib/libutil/parsedate.y:1.14 src/lib/libutil/parsedate.y:1.15
--- src/lib/libutil/parsedate.y:1.14	Sat Jan 19 15:23:33 2013
+++ src/lib/libutil/parsedate.y	Wed Jun 12 01:31:24 2013
@@ -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.15 2013/06/12 01:31:24 yamt Exp $");
+#endif
+
 #include <stdio.h>
 #include <ctype.h>
 #include <errno.h>

Reply via email to