diff options
| author | Steve Price <steve@FreeBSD.org> | 1998-08-09 01:25:57 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1998-08-09 01:25:57 +0000 |
| commit | 5af3603f10bb010324be05ddf722ab771efa3201 (patch) | |
| tree | 32382286b5fdd9e83cbbf7123f5aafbce6d4b73f /net-im/licq/files/patch-ad | |
| parent | Update to version 0.3 (diff) | |
Update to version 0.34
PR: 7502
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=12369
Diffstat (limited to 'net-im/licq/files/patch-ad')
| -rw-r--r-- | net-im/licq/files/patch-ad | 13 |
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 |
