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/str.h,v rcsdiff: /ftp/cvs/cvsroot/src/usr.bin/make/str.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- src/usr.bin/make/str.h 2021/04/14 17:39:11 1.8 +++ src/usr.bin/make/str.h 2021/05/30 21:16:54 1.9 @@ -1,4 +1,4 @@ -/* $NetBSD: str.h,v 1.8 2021/04/14 17:39:11 rillig Exp $ */ +/* $NetBSD: str.h,v 1.9 2021/05/30 21:16:54 rillig Exp $ */ /* Copyright (c) 2021 Roland Illig @@ -362,6 +362,5 @@ SubstringWords_Free(SubstringWords w) char *str_concat2(const char *, const char *); char *str_concat3(const char *, const char *, const char *); -char *str_concat4(const char *, const char *, const char *, const char *); bool Str_Match(const char *, const char *);