Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/usr.bin/make/hash.c,v rcsdiff: /ftp/cvs/cvsroot/src/usr.bin/make/hash.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- src/usr.bin/make/hash.c 1997/07/01 21:17:21 1.7 +++ src/usr.bin/make/hash.c 1997/09/28 03:31:04 1.8 @@ -1,4 +1,4 @@ -/* $NetBSD: hash.c,v 1.7 1997/07/01 21:17:21 christos Exp $ */ +/* $NetBSD: hash.c,v 1.8 1997/09/28 03:31:04 lukem Exp $ */ /* * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. @@ -38,14 +38,18 @@ * SUCH DAMAGE. */ +#ifdef MAKE_BOOTSTRAP +static char rcsid[] = "$NetBSD: hash.c,v 1.8 1997/09/28 03:31:04 lukem Exp $"; +#else #include #ifndef lint #if 0 static char sccsid[] = "@(#)hash.c 8.1 (Berkeley) 6/6/93"; #else -__RCSID("$NetBSD: hash.c,v 1.7 1997/07/01 21:17:21 christos Exp $"); +__RCSID("$NetBSD: hash.c,v 1.8 1997/09/28 03:31:04 lukem Exp $"); #endif #endif /* not lint */ +#endif /* hash.c -- *