diff options
Diffstat (limited to 'lang/tcl84/files/patch-warnings')
-rw-r--r-- | lang/tcl84/files/patch-warnings | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lang/tcl84/files/patch-warnings b/lang/tcl84/files/patch-warnings deleted file mode 100644 index ee2cab063834..000000000000 --- a/lang/tcl84/files/patch-warnings +++ /dev/null @@ -1,12 +0,0 @@ -Quiet the noisy "already defined" warning triggered, when building with TCL_THREADS. - ---- ../unix/tclUnixPort.h Tue Dec 6 04:01:07 2005 -+++ ../unix/tclUnixPort.h Tue Jun 27 15:16:21 2006 -@@ -607,4 +607,7 @@ - #endif - EXTERN char * TclpInetNtoa(struct in_addr); -+#ifdef inet_ntoa -+# undef inet_ntoa -+#endif - #define inet_ntoa(x) TclpInetNtoa(x) - #else |