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.h,v rcsdiff: /ftp/cvs/cvsroot/src/usr.bin/make/make.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.64 retrieving revision 1.64.2.1 diff -u -p -r1.64 -r1.64.2.1 --- src/usr.bin/make/make.h 2006/11/17 22:07:39 1.64 +++ src/usr.bin/make/make.h 2006/12/20 22:42:11 1.64.2.1 @@ -1,4 +1,4 @@ -/* $NetBSD: make.h,v 1.64 2006/11/17 22:07:39 dsl Exp $ */ +/* $NetBSD: make.h,v 1.64.2.1 2006/12/20 22:42:11 bouyer Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -209,7 +209,7 @@ typedef struct GNode { struct _Suff *suffix; /* Suffix for the node (determined by * Suff_FindDeps and opaque to everyone * but the Suff module) */ - char *fname; /* filename where the GNode got defined */ + const char *fname; /* filename where the GNode got defined */ int lineno; /* line number where the GNode got defined */ } GNode;