ports/net/tcl-snmptools/patches/patch-generic_util_h

13 lines
253 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
fix for -fno-common
--- generic/util.h.orig Tue Jan 29 10:09:38 2008
+++ generic/util.h Tue Feb 2 07:43:51 2021
@@ -48,7 +48,6 @@
# define TMP "/tmp"
#endif
-Tcl_DString Result;
extern Tcl_DString Result;
int printres(const char *fmt, ...);