=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/common.h,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- src/usr.bin/patch/common.h 2003/08/15 08:00:51 1.24 +++ src/usr.bin/patch/common.h 2003/10/31 20:20:45 1.25 @@ -1,4 +1,4 @@ -/* $OpenBSD: common.h,v 1.24 2003/08/15 08:00:51 otto Exp $ */ +/* $OpenBSD: common.h,v 1.25 2003/10/31 20:20:45 millert Exp $ */ /* * patch - a program to apply diffs to original files @@ -110,4 +110,5 @@ extern char *revision; /* prerequisite revision, if any */ extern LINENUM input_lines; /* how long is input file in lines */ +extern int posix;