diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2020-05-04 11:11:11 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2020-05-04 11:11:11 +0000 |
commit | 748d7f291a420935859239bc4d1b326404a67c38 (patch) | |
tree | 9fb99b1e82e4e2102c3edf8f23d64b7c220f4605 /comms/vrflash/files/patch-port.h | |
parent | - use new port net/webalizer-geodb (diff) |
- fix build with -fno-common
Diffstat (limited to 'comms/vrflash/files/patch-port.h')
-rw-r--r-- | comms/vrflash/files/patch-port.h | 13 |
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); |