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_053.c,v rcsdiff: /ftp/cvs/cvsroot/src/tests/usr.bin/xlint/lint1/msg_053.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- src/tests/usr.bin/xlint/lint1/msg_053.c 2022/06/20 21:13:36 1.5 +++ src/tests/usr.bin/xlint/lint1/msg_053.c 2022/10/01 09:42:40 1.6 @@ -1,9 +1,9 @@ -/* $NetBSD: msg_053.c,v 1.5 2022/06/20 21:13:36 rillig Exp $ */ +/* $NetBSD: msg_053.c,v 1.6 2022/10/01 09:42:40 rillig Exp $ */ # 3 "msg_053.c" // Test for message: declared argument '%s' is missing [53] -/* expect+2: error: old style declaration; add 'int' [1] */ +/* expect+2: error: old-style declaration; add 'int' [1] */ oldstyle(argument) int argument; /* expect+1: error: declared argument 'extra_argument' is missing [53] */