Module Name: src
Committed By: yamt
Date: Wed Jun 12 01:09:33 UTC 2013
Modified Files:
src/lib/libutil [yamt-pagecache]: parsedate.y
Log Message:
add rcsid
To generate a diff of this commit:
cvs rdiff -u -r1.10.6.3 -r1.10.6.4 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.10.6.3 src/lib/libutil/parsedate.y:1.10.6.4
--- src/lib/libutil/parsedate.y:1.10.6.3 Wed Jan 23 00:05:27 2013
+++ src/lib/libutil/parsedate.y Wed Jun 12 01:09:33 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.10.6.4 2013/06/12 01:09:33 yamt Exp $");
+#endif
+
#include <stdio.h>
#include <ctype.h>
#include <errno.h>