summaryrefslogtreecommitdiff
path: root/comms/vrflash/files/patch-port.h
diff options
context:
space:
mode:
Diffstat (limited to 'comms/vrflash/files/patch-port.h')
-rw-r--r--comms/vrflash/files/patch-port.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/vrflash/files/patch-port.h b/comms/vrflash/files/patch-port.h
new file mode 100644
index 000000000000..eecb55acdaea
--- /dev/null
+++ b/comms/vrflash/files/patch-port.h
@@ -0,0 +1,13 @@
+--- port.h.orig 2002-10-30 04:48:37 UTC
++++ port.h
+@@ -1,8 +1,8 @@
+ #define PORTLOG 1
+ #define NOPORTLOG 0
+
+-const char *prompt1;
+-const char *prompt2;
++extern const char *prompt1;
++extern const char *prompt2;
+ int port_open (char *filestr);
+ void port_init (int fd);
+ void port_send (int fd, char *str, int len, int log);