diff options
Diffstat (limited to 'usr.bin/xlint/lint2/hash.c')
-rw-r--r-- | usr.bin/xlint/lint2/hash.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/xlint/lint2/hash.c b/usr.bin/xlint/lint2/hash.c index 79018025c95..2122f4e5fa4 100644 --- a/usr.bin/xlint/lint2/hash.c +++ b/usr.bin/xlint/lint2/hash.c @@ -1,3 +1,4 @@ +/* $OpenBSD: hash.c,v 1.2 1996/06/26 05:44:23 deraadt Exp $ */ /* $NetBSD: hash.c,v 1.2 1995/07/03 21:24:47 cgd Exp $ */ /* @@ -32,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$NetBSD: hash.c,v 1.2 1995/07/03 21:24:47 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hash.c,v 1.2 1996/06/26 05:44:23 deraadt Exp $"; #endif #include <stddef.h> |