=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/common.h,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- src/usr.bin/patch/common.h 2003/08/01 20:30:48 1.22 +++ src/usr.bin/patch/common.h 2003/08/10 21:28:48 1.23 @@ -1,4 +1,4 @@ -/* $OpenBSD: common.h,v 1.22 2003/08/01 20:30:48 otto Exp $ */ +/* $OpenBSD: common.h,v 1.23 2003/08/10 21:28:48 otto Exp $ */ #include @@ -71,6 +71,7 @@ /* TRUE if -C was specified on command line. */ extern bool check_only; extern bool warn_on_invalid_line; +extern bool last_line_missing_eol; #define CONTEXT_DIFF 1