diff options
-rw-r--r-- | lang/tcl82/files/patch-tclUnixSock.c | 11 | ||||
-rw-r--r-- | lang/tcl83/files/patch-tclUnixSock.c | 11 | ||||
-rw-r--r-- | lang/tcl84/files/patch-tclUnixSock.c | 11 |
3 files changed, 30 insertions, 3 deletions
diff --git a/lang/tcl82/files/patch-tclUnixSock.c b/lang/tcl82/files/patch-tclUnixSock.c index 44f7e59d6789..1fc68827474b 100644 --- a/lang/tcl82/files/patch-tclUnixSock.c +++ b/lang/tcl82/files/patch-tclUnixSock.c @@ -1,5 +1,14 @@ --- tclUnixSock.c.orig Fri Apr 16 02:48:05 1999 -+++ tclUnixSock.c Wed Nov 14 09:25:20 2001 ++++ tclUnixSock.c Wed Nov 14 23:21:18 2001 +@@ -65,7 +65,7 @@ + char * + Tcl_GetHostName() + { +-#ifndef NO_UNAME ++#if 0 + struct utsname u; + struct hostent *hp; + #else @@ -80,7 +80,7 @@ } diff --git a/lang/tcl83/files/patch-tclUnixSock.c b/lang/tcl83/files/patch-tclUnixSock.c index 44f7e59d6789..1fc68827474b 100644 --- a/lang/tcl83/files/patch-tclUnixSock.c +++ b/lang/tcl83/files/patch-tclUnixSock.c @@ -1,5 +1,14 @@ --- tclUnixSock.c.orig Fri Apr 16 02:48:05 1999 -+++ tclUnixSock.c Wed Nov 14 09:25:20 2001 ++++ tclUnixSock.c Wed Nov 14 23:21:18 2001 +@@ -65,7 +65,7 @@ + char * + Tcl_GetHostName() + { +-#ifndef NO_UNAME ++#if 0 + struct utsname u; + struct hostent *hp; + #else @@ -80,7 +80,7 @@ } diff --git a/lang/tcl84/files/patch-tclUnixSock.c b/lang/tcl84/files/patch-tclUnixSock.c index 44f7e59d6789..1fc68827474b 100644 --- a/lang/tcl84/files/patch-tclUnixSock.c +++ b/lang/tcl84/files/patch-tclUnixSock.c @@ -1,5 +1,14 @@ --- tclUnixSock.c.orig Fri Apr 16 02:48:05 1999 -+++ tclUnixSock.c Wed Nov 14 09:25:20 2001 ++++ tclUnixSock.c Wed Nov 14 23:21:18 2001 +@@ -65,7 +65,7 @@ + char * + Tcl_GetHostName() + { +-#ifndef NO_UNAME ++#if 0 + struct utsname u; + struct hostent *hp; + #else @@ -80,7 +80,7 @@ } |