summaryrefslogtreecommitdiff
path: root/devel/bmake/files/lst.lib/lstDatum.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bmake/files/lst.lib/lstDatum.c')
-rw-r--r--devel/bmake/files/lst.lib/lstDatum.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/bmake/files/lst.lib/lstDatum.c b/devel/bmake/files/lst.lib/lstDatum.c
index 06d841a11ca..f962082b359 100644
--- a/devel/bmake/files/lst.lib/lstDatum.c
+++ b/devel/bmake/files/lst.lib/lstDatum.c
@@ -1,4 +1,4 @@
-/* $NetBSD: lstDatum.c,v 1.1.1.2 2008/03/09 19:39:35 joerg Exp $ */
+/* $NetBSD: lstDatum.c,v 1.1.1.3 2008/11/11 19:32:32 joerg Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -33,14 +33,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: lstDatum.c,v 1.1.1.2 2008/03/09 19:39:35 joerg Exp $";
+static char rcsid[] = "$NetBSD: lstDatum.c,v 1.1.1.3 2008/11/11 19:32:32 joerg Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)lstDatum.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: lstDatum.c,v 1.1.1.2 2008/03/09 19:39:35 joerg Exp $");
+__RCSID("$NetBSD: lstDatum.c,v 1.1.1.3 2008/11/11 19:32:32 joerg Exp $");
#endif
#endif /* not lint */
#endif