=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Attic/hash.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/make/Attic/hash.c 1998/12/05 00:06:27 1.4 --- src/usr.bin/make/Attic/hash.c 1999/12/18 21:53:32 1.5 *************** *** 1,4 **** ! /* $OpenBSD: hash.c,v 1.4 1998/12/05 00:06:27 espie Exp $ */ /* $NetBSD: hash.c,v 1.6 1996/11/06 17:59:06 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: hash.c,v 1.5 1999/12/18 21:53:32 espie Exp $ */ /* $NetBSD: hash.c,v 1.6 1996/11/06 17:59:06 christos Exp $ */ /* *************** *** 43,49 **** #if 0 static char sccsid[] = "@(#)hash.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: hash.c,v 1.4 1998/12/05 00:06:27 espie Exp $"; #endif #endif /* not lint */ --- 43,49 ---- #if 0 static char sccsid[] = "@(#)hash.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: hash.c,v 1.5 1999/12/18 21:53:32 espie Exp $"; #endif #endif /* not lint */ *************** *** 360,366 **** /* * The hashEntryPtr field points to the most recently returned ! * entry, or is nil if we are starting up. If not nil, we have * to start at the next one in the chain. */ e = searchPtr->hashEntryPtr; --- 360,366 ---- /* * The hashEntryPtr field points to the most recently returned ! * entry, or is null if we are starting up. If not null, we have * to start at the next one in the chain. */ e = searchPtr->hashEntryPtr;