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