Module Name:    src
Committed By:   yamt
Date:           Wed Jun 12 01:30:22 UTC 2013

Modified Files:
        src/lib/libutil [yamt-pagecache]: parsedate.y

Log Message:
revert the previous (wrong branch)


To generate a diff of this commit:
cvs rdiff -u -r1.10.6.4 -r1.10.6.5 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.4 src/lib/libutil/parsedate.y:1.10.6.5
--- src/lib/libutil/parsedate.y:1.10.6.4	Wed Jun 12 01:09:33 2013
+++ src/lib/libutil/parsedate.y	Wed Jun 12 01:30:21 2013
@@ -12,11 +12,6 @@
 /* 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>

Reply via email to