diff options
Diffstat (limited to 'devel/bmake/files/hash.c')
-rw-r--r-- | devel/bmake/files/hash.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/bmake/files/hash.c b/devel/bmake/files/hash.c index 98b604edd9d..7f13311ee42 100644 --- a/devel/bmake/files/hash.c +++ b/devel/bmake/files/hash.c @@ -1,4 +1,4 @@ -/* $NetBSD: hash.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $ */ +/* $NetBSD: hash.c,v 1.2 2008/03/09 19:54:29 joerg Exp $ */ /* * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. @@ -70,14 +70,14 @@ */ #ifndef MAKE_NATIVE -static char rcsid[] = "$NetBSD: hash.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $"; +static char rcsid[] = "$NetBSD: hash.c,v 1.2 2008/03/09 19:54:29 joerg Exp $"; #else #include <sys/cdefs.h> #ifndef lint #if 0 static char sccsid[] = "@(#)hash.c 8.1 (Berkeley) 6/6/93"; #else -__RCSID("$NetBSD: hash.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $"); +__RCSID("$NetBSD: hash.c,v 1.2 2008/03/09 19:54:29 joerg Exp $"); #endif #endif /* not lint */ #endif |