summaryrefslogtreecommitdiff
path: root/usr.bin/make/hash.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-26 05:44:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-26 05:44:45 +0000
commitf78c2ff8497d138d7dcd5ffdd1762b8506ac023a (patch)
treed866f71b8ad5a1e57f31fa90b31e9c70af075787 /usr.bin/make/hash.c
parent79e97129ab796ff93029b3a8d0d89519754bfece (diff)
rcsid
Diffstat (limited to 'usr.bin/make/hash.c')
-rw-r--r--usr.bin/make/hash.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/hash.c b/usr.bin/make/hash.c
index 38bfa41062c..f6b6c0dcfe9 100644
--- a/usr.bin/make/hash.c
+++ b/usr.bin/make/hash.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: hash.c,v 1.2 1996/06/26 05:36:31 deraadt Exp $ */
/* $NetBSD: hash.c,v 1.5 1995/06/14 15:19:15 christos Exp $ */
/*
@@ -42,7 +43,7 @@
#if 0
static char sccsid[] = "@(#)hash.c 5.5 (Berkeley) 12/28/90";
#else
-static char rcsid[] = "$NetBSD: hash.c,v 1.5 1995/06/14 15:19:15 christos Exp $";
+static char rcsid[] = "$OpenBSD: hash.c,v 1.2 1996/06/26 05:36:31 deraadt Exp $";
#endif
#endif /* not lint */