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:
parent
1771d39df7
commit
575626bd41
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50031
@ -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 @@
|
||||
}
|
||||
|
||||
|
@ -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 @@
|
||||
}
|
||||
|
||||
|
@ -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 @@
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user