=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/common.h,v retrieving revision 1.22 retrieving revision 1.23 diff -c -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 **** ! /* $OpenBSD: common.h,v 1.22 2003/08/01 20:30:48 otto Exp $ */ #include --- 1,4 ---- ! /* $OpenBSD: common.h,v 1.23 2003/08/10 21:28:48 otto Exp $ */ #include *************** *** 71,76 **** --- 71,77 ---- /* 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