mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
11 lines
399 B
C
11 lines
399 B
C
--- src/file.c.orig 2015-11-18 04:33:09 UTC
|
|
+++ src/file.c
|
|
@@ -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 *
|