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/tests/usr.bin/xlint/lint1/msg_093.c,v rcsdiff: /ftp/cvs/cvsroot/src/tests/usr.bin/xlint/lint1/msg_093.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- src/tests/usr.bin/xlint/lint1/msg_093.c 2022/04/03 09:34:45 1.4 +++ src/tests/usr.bin/xlint/lint1/msg_093.c 2022/06/21 21:18:30 1.5 @@ -1,12 +1,12 @@ -/* $NetBSD: msg_093.c,v 1.4 2022/04/03 09:34:45 rillig Exp $ */ +/* $NetBSD: msg_093.c,v 1.5 2022/06/21 21:18:30 rillig Exp $ */ # 3 "msg_093.c" -// Test for message: dubious static function at block level: %s [93] +// Test for message: dubious static function '%s' at block level [93] void example(void) { - /* expect+1: warning: dubious static function at block level: nested [93] */ + /* expect+1: warning: dubious static function 'nested' at block level [93] */ static void nested(void); nested();