1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix patch, as the previous one did only half the job.

Submitted by:	Roberto@eurocontrol.fr
This commit is contained in:
Dirk Meyer 2001-11-14 22:28:19 +00:00
parent 1771d39df7
commit 575626bd41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50031
3 changed files with 30 additions and 3 deletions

View File

@ -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 @@
}

View File

@ -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 @@
}

View File

@ -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 @@
}