Description: Fix GCC10 Blocking issues - multiple definitions of globals Author: Dave Hibberd 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, ...) {