=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/common.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- src/usr.bin/patch/common.h 2003/07/28 19:15:34 1.20 +++ src/usr.bin/patch/common.h 2003/07/31 14:10:21 1.21 @@ -1,4 +1,4 @@ -/* $OpenBSD: common.h,v 1.20 2003/07/28 19:15:34 deraadt Exp $ */ +/* $OpenBSD: common.h,v 1.21 2003/07/31 14:10:21 otto Exp $ */ #define DEBUGGING @@ -72,6 +72,7 @@ extern bool canonicalize; /* TRUE if -C was specified on command line. */ extern bool check_only; +extern bool warn_on_invalid_line; #define CONTEXT_DIFF 1