summaryrefslogtreecommitdiff
path: root/devel/bmake/files/lst.lib/lstFind.c
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2007-10-14 10:53:07 +0000
committeragc <agc@pkgsrc.org>2007-10-14 10:53:07 +0000
commit31006965e5bf84be18cf0a1e120168b1829ba0db (patch)
treee7531888036c51daec4dfb987eeecb3705b8de39 /devel/bmake/files/lst.lib/lstFind.c
parent2ec37ecbe49b44248d09d7b5555613fba830b42b (diff)
downloadpkgsrc-31006965e5bf84be18cf0a1e120168b1829ba0db.tar.gz
Create the pkgsrc-2007Q3 branch changes file.
Diffstat (limited to 'devel/bmake/files/lst.lib/lstFind.c')
-rw-r--r--devel/bmake/files/lst.lib/lstFind.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/bmake/files/lst.lib/lstFind.c b/devel/bmake/files/lst.lib/lstFind.c
index e45aeb5f7e2..eda670e5fc2 100644
--- a/devel/bmake/files/lst.lib/lstFind.c
+++ b/devel/bmake/files/lst.lib/lstFind.c
@@ -1,4 +1,4 @@
-/* $NetBSD: lstFind.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $ */
+/* $NetBSD: lstFind.c,v 1.1 2005/10/31 21:52:26 reed Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -33,14 +33,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: lstFind.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $";
+static char rcsid[] = "$NetBSD: lstFind.c,v 1.1 2005/10/31 21:52:26 reed Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)lstFind.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: lstFind.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $");
+__RCSID("$NetBSD: lstFind.c,v 1.1 2005/10/31 21:52:26 reed Exp $");
#endif
#endif /* not lint */
#endif