summaryrefslogtreecommitdiff
path: root/net-im/libyahoo2/files/patch-sample_client.c
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-06-10 16:24:30 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-06-10 16:24:30 +0000
commitacc11ab2cd236b2943724bcaeead2cd39cb680ea (patch)
treee98f6e9964197ab0b0bc3d8932dfba801b6c8c03 /net-im/libyahoo2/files/patch-sample_client.c
parentFix build in 5.x branch: malloc.h -> stdlib.h (diff)
Update to 0.7.0.
PR: 52577 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=82699
Diffstat (limited to 'net-im/libyahoo2/files/patch-sample_client.c')
-rw-r--r--net-im/libyahoo2/files/patch-sample_client.c14
1 files changed, 11 insertions, 3 deletions
diff --git a/net-im/libyahoo2/files/patch-sample_client.c b/net-im/libyahoo2/files/patch-sample_client.c
index f5d0ec9a9d36..ec4dc96f19ba 100644
--- a/net-im/libyahoo2/files/patch-sample_client.c
+++ b/net-im/libyahoo2/files/patch-sample_client.c
@@ -1,6 +1,6 @@
---- src/sample_client.c.orig Sat Apr 12 17:04:56 2003
-+++ src/sample_client.c Sat Apr 12 17:05:25 2003
-@@ -51,7 +51,6 @@
+--- src/sample_client.c.orig Sat May 17 03:33:06 2003
++++ src/sample_client.c Wed May 21 08:38:45 2003
+@@ -52,7 +52,6 @@
#include <yahoo2_callbacks.h>
#include "yahoo_util.h"
@@ -8,3 +8,11 @@
#define MAX_PREF_LEN 255
+@@ -186,7 +185,6 @@
+
+ FILE *popen(const char *command, const char *type);
+ int pclose(FILE *stream);
+-int gethostname(char *name, size_t len);
+
+ static char * get_local_addresses()
+ {