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/suff.c,v rcsdiff: /ftp/cvs/cvsroot/src/usr.bin/make/suff.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.89 retrieving revision 1.90 diff -u -p -r1.89 -r1.90 --- src/usr.bin/make/suff.c 2020/07/19 12:26:17 1.89 +++ src/usr.bin/make/suff.c 2020/07/26 20:21:31 1.90 @@ -1,4 +1,4 @@ -/* $NetBSD: suff.c,v 1.89 2020/07/19 12:26:17 rillig Exp $ */ +/* $NetBSD: suff.c,v 1.90 2020/07/26 20:21:31 rillig Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -69,14 +69,14 @@ */ #ifndef MAKE_NATIVE -static char rcsid[] = "$NetBSD: suff.c,v 1.89 2020/07/19 12:26:17 rillig Exp $"; +static char rcsid[] = "$NetBSD: suff.c,v 1.90 2020/07/26 20:21:31 rillig Exp $"; #else #include #ifndef lint #if 0 static char sccsid[] = "@(#)suff.c 8.4 (Berkeley) 3/21/94"; #else -__RCSID("$NetBSD: suff.c,v 1.89 2020/07/19 12:26:17 rillig Exp $"); +__RCSID("$NetBSD: suff.c,v 1.90 2020/07/26 20:21:31 rillig Exp $"); #endif #endif /* not lint */ #endif @@ -1606,7 +1606,7 @@ SuffExpandChildren(LstNode cln, GNode *p * Start of a variable spec -- contact variable module * to find the end so we can skip over it. */ - char *junk; + const char *junk; int len; void *freeIt;