summaryrefslogtreecommitdiff
path: root/net-im/licq/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/licq/files/patch-ad')
-rw-r--r--net-im/licq/files/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-im/licq/files/patch-ad b/net-im/licq/files/patch-ad
new file mode 100644
index 000000000000..57d036b7e38e
--- /dev/null
+++ b/net-im/licq/files/patch-ad
@@ -0,0 +1,13 @@
+--- src/socket.cpp Mon Jul 13 20:53:45 1998
++++ src/socket.cpp Wed Aug 5 18:02:18 1998
+@@ -69,8 +69,8 @@
+ // find local connection
+ hostent *localHost;
+ char hn[128];
+- gethostname(hn, 128);
+- localHost = gethostbyname(hn);
++ //gethostname(hn, 128);
++ localHost = gethostbyname("127.0.0.1");
+ localIPVal = *((unsigned long *)localHost->h_addr);
+
+ // set up remote connection