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/xlint/lint2/chk.c,v rcsdiff: /ftp/cvs/cvsroot/src/usr.bin/xlint/lint2/chk.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.24 retrieving revision 1.25 diff -u -p -r1.24 -r1.25 --- src/usr.bin/xlint/lint2/chk.c 2020/12/28 18:49:02 1.24 +++ src/usr.bin/xlint/lint2/chk.c 2020/12/28 19:07:43 1.25 @@ -1,4 +1,4 @@ -/* $NetBSD: chk.c,v 1.24 2020/12/28 18:49:02 rillig Exp $ */ +/* $NetBSD: chk.c,v 1.25 2020/12/28 19:07:43 rillig Exp $ */ /* * Copyright (c) 1996 Christopher G. Demetriou. All Rights Reserved. @@ -38,13 +38,13 @@ #include #if defined(__RCSID) && !defined(lint) -__RCSID("$NetBSD: chk.c,v 1.24 2020/12/28 18:49:02 rillig Exp $"); +__RCSID("$NetBSD: chk.c,v 1.25 2020/12/28 19:07:43 rillig Exp $"); #endif #include -#include #include #include +#include #include "lint2.h"