diff options
Diffstat (limited to 'devel/bmake/files/for.c')
-rw-r--r-- | devel/bmake/files/for.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/bmake/files/for.c b/devel/bmake/files/for.c index 925968f0951..a47fb77bceb 100644 --- a/devel/bmake/files/for.c +++ b/devel/bmake/files/for.c @@ -1,4 +1,4 @@ -/* $NetBSD: for.c,v 1.1 2005/10/31 21:34:24 reed Exp $ */ +/* $NetBSD: for.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $ */ /* * Copyright (c) 1992, The Regents of the University of California. @@ -30,14 +30,14 @@ */ #ifndef MAKE_NATIVE -static char rcsid[] = "$NetBSD: for.c,v 1.1 2005/10/31 21:34:24 reed Exp $"; +static char rcsid[] = "$NetBSD: for.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $"; #else #include <sys/cdefs.h> #ifndef lint #if 0 static char sccsid[] = "@(#)for.c 8.1 (Berkeley) 6/6/93"; #else -__RCSID("$NetBSD: for.c,v 1.1 2005/10/31 21:34:24 reed Exp $"); +__RCSID("$NetBSD: for.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $"); #endif #endif /* not lint */ #endif |