uronode/debian/patches/multiple-definition.patch

18 lines
339 B
Diff
Raw Normal View History

2020-09-20 14:50:19 +01:00
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, ...)
{