Index: head/editors/hexcurse/files/patch-include_hex.h =================================================================== --- head/editors/hexcurse/files/patch-include_hex.h (nonexistent) +++ head/editors/hexcurse/files/patch-include_hex.h (revision 568493) @@ -0,0 +1,11 @@ +--- include/hex.h.orig 2015-11-17 20:33:09.000000000 -0800 ++++ include/hex.h 2021-03-15 11:33:30.825153000 -0700 +@@ -126,7 +126,7 @@ + #define max(a,b) ((a) >(b) ? (a) : (b)) + #endif + +-FILE *fpIN; /* global file ptr */ ++extern FILE *fpIN; /* global file ptr */ + + /* function prototypes */ + Property changes on: head/editors/hexcurse/files/patch-include_hex.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/editors/hexcurse/files/patch-src_file.c =================================================================== --- head/editors/hexcurse/files/patch-src_file.c (nonexistent) +++ head/editors/hexcurse/files/patch-src_file.c (revision 568493) @@ -0,0 +1,11 @@ +--- src/file.c.orig 2015-11-17 20:33:09.000000000 -0800 ++++ src/file.c 2021-03-15 11:34:15.464468000 -0700 +@@ -18,6 +18,8 @@ + \******************************************************************************/ + #include "hex.h" + ++FILE *fpIN; /* global file ptr */ ++ + /*******************************************************\ + * Description: prints out a line of text to the screen* + * the current address line and both the * Property changes on: head/editors/hexcurse/files/patch-src_file.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property