diff options
Diffstat (limited to 'devel/bmake/files/lst.lib/lstConcat.c')
-rw-r--r-- | devel/bmake/files/lst.lib/lstConcat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/bmake/files/lst.lib/lstConcat.c b/devel/bmake/files/lst.lib/lstConcat.c index 1561148f64c..5b24143d0d8 100644 --- a/devel/bmake/files/lst.lib/lstConcat.c +++ b/devel/bmake/files/lst.lib/lstConcat.c @@ -1,4 +1,4 @@ -/* $NetBSD: lstConcat.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $ */ +/* $NetBSD: lstConcat.c,v 1.1 2005/10/31 21:52:25 reed Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -33,14 +33,14 @@ */ #ifndef MAKE_NATIVE -static char rcsid[] = "$NetBSD: lstConcat.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $"; +static char rcsid[] = "$NetBSD: lstConcat.c,v 1.1 2005/10/31 21:52:25 reed Exp $"; #else #include <sys/cdefs.h> #ifndef lint #if 0 static char sccsid[] = "@(#)lstConcat.c 8.1 (Berkeley) 6/6/93"; #else -__RCSID("$NetBSD: lstConcat.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $"); +__RCSID("$NetBSD: lstConcat.c,v 1.1 2005/10/31 21:52:25 reed Exp $"); #endif #endif /* not lint */ #endif |