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/make.c,v rcsdiff: /ftp/cvs/cvsroot/src/usr.bin/make/make.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.53 retrieving revision 1.54 diff -u -p -r1.53 -r1.54 --- src/usr.bin/make/make.c 2004/05/07 00:04:39 1.53 +++ src/usr.bin/make/make.c 2004/07/01 04:39:31 1.54 @@ -1,4 +1,4 @@ -/* $NetBSD: make.c,v 1.53 2004/05/07 00:04:39 ross Exp $ */ +/* $NetBSD: make.c,v 1.54 2004/07/01 04:39:31 jmc Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -69,14 +69,14 @@ */ #ifndef MAKE_NATIVE -static char rcsid[] = "$NetBSD: make.c,v 1.53 2004/05/07 00:04:39 ross Exp $"; +static char rcsid[] = "$NetBSD: make.c,v 1.54 2004/07/01 04:39:31 jmc Exp $"; #else #include #ifndef lint #if 0 static char sccsid[] = "@(#)make.c 8.1 (Berkeley) 6/6/93"; #else -__RCSID("$NetBSD: make.c,v 1.53 2004/05/07 00:04:39 ross Exp $"); +__RCSID("$NetBSD: make.c,v 1.54 2004/07/01 04:39:31 jmc Exp $"); #endif #endif /* not lint */ #endif @@ -795,7 +795,11 @@ Make_Update(GNode *cgn) *----------------------------------------------------------------------- */ static int +#if __GNUC__ +MakeUnmark(ClientData cgnp, ClientData pgnp __attribute__((unused))) +#else MakeUnmark(ClientData cgnp, ClientData pgnp) +#endif { GNode *cgn = (GNode *) cgnp;