summaryrefslogtreecommitdiffstats
path: root/contrib/bmake/hash.c
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2014-01-27 17:47:21 +0000
committersjg <sjg@FreeBSD.org>2014-01-27 17:47:21 +0000
commita327d8d25378c580f18d33788bbca7c0586790cb (patch)
tree891905810fa98d3e2af074a163a102a34c3641ad /contrib/bmake/hash.c
parenta9f1fd52d431247c153372d27b2e0baa80b5a147 (diff)
downloadFreeBSD-src-a327d8d25378c580f18d33788bbca7c0586790cb.zip
FreeBSD-src-a327d8d25378c580f18d33788bbca7c0586790cb.tar.gz
Merge bmake-20140101 from vendor
Diffstat (limited to 'contrib/bmake/hash.c')
-rw-r--r--contrib/bmake/hash.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/bmake/hash.c b/contrib/bmake/hash.c
index 216f284..ed23644 100644
--- a/contrib/bmake/hash.c
+++ b/contrib/bmake/hash.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hash.c,v 1.19 2009/01/24 10:59:09 dsl Exp $ */
+/* $NetBSD: hash.c,v 1.20 2013/11/14 00:27:05 sjg 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.19 2009/01/24 10:59:09 dsl Exp $";
+static char rcsid[] = "$NetBSD: hash.c,v 1.20 2013/11/14 00:27:05 sjg 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.19 2009/01/24 10:59:09 dsl Exp $");
+__RCSID("$NetBSD: hash.c,v 1.20 2013/11/14 00:27:05 sjg Exp $");
#endif
#endif /* not lint */
#endif
OpenPOWER on IntegriCloud