=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/common.h,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- src/usr.bin/patch/common.h 2003/07/28 18:35:36 1.19 +++ src/usr.bin/patch/common.h 2003/07/28 19:15:34 1.20 @@ -1,4 +1,4 @@ -/* $OpenBSD: common.h,v 1.19 2003/07/28 18:35:36 otto Exp $ */ +/* $OpenBSD: common.h,v 1.20 2003/07/28 19:15:34 deraadt Exp $ */ #define DEBUGGING @@ -37,7 +37,7 @@ /* globals */ -extern int filemode; +extern int filemode; extern char buf[MAXLINELEN];/* general purpose buffer */