18 lines
339 B
Diff
18 lines
339 B
Diff
Description: Fix GCC10 Blocking issues - multiple definitions of globals
|
|
Author: Dave Hibberd <d@vehibberd.com>
|
|
Last-Update: 2020-09-20
|
|
|
|
--- a/util.c
|
|
+++ b/util.c
|
|
@@ -17,8 +17,8 @@
|
|
#include "procinfo.h"
|
|
|
|
static char buf[256];
|
|
-char *HostName;
|
|
-char *Prompt;
|
|
+//char *HostName;
|
|
+//char *Prompt;
|
|
|
|
void node_msg(const char *fmt, ...)
|
|
{
|