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.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- src/usr.bin/make/hash.c 1996/11/06 17:59:06 1.6 +++ src/usr.bin/make/hash.c 1997/07/01 21:17:21 1.7 @@ -1,4 +1,4 @@ -/* $NetBSD: hash.c,v 1.6 1996/11/06 17:59:06 christos Exp $ */ +/* $NetBSD: hash.c,v 1.7 1997/07/01 21:17:21 christos Exp $ */ /* * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. @@ -38,11 +38,12 @@ * SUCH DAMAGE. */ +#include #ifndef lint #if 0 static char sccsid[] = "@(#)hash.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$NetBSD: hash.c,v 1.6 1996/11/06 17:59:06 christos Exp $"; +__RCSID("$NetBSD: hash.c,v 1.7 1997/07/01 21:17:21 christos Exp $"); #endif #endif /* not lint */