Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libutil add rcsid
details: https://anonhg.NetBSD.org/src/rev/0f78e2627af0
branches: trunk
changeset: 787343:0f78e2627af0
user: yamt <yamt%NetBSD.org@localhost>
date: Wed Jun 12 01:31:24 2013 +0000
description:
add rcsid
diffstat:
lib/libutil/parsedate.y | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diffs (15 lines):
diff -r e9084c33e86c -r 0f78e2627af0 lib/libutil/parsedate.y
--- a/lib/libutil/parsedate.y Wed Jun 12 01:16:48 2013 +0000
+++ b/lib/libutil/parsedate.y Wed Jun 12 01:31:24 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.15 2013/06/12 01:31:24 yamt Exp $");
+#endif
+
#include <stdio.h>
#include <ctype.h>
#include <errno.h>
Home |
Main Index |
Thread Index |
Old Index