diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-10 16:24:30 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-10 16:24:30 +0000 |
commit | acc11ab2cd236b2943724bcaeead2cd39cb680ea (patch) | |
tree | e98f6e9964197ab0b0bc3d8932dfba801b6c8c03 /net-im/libyahoo2/files/patch-sample_client.c | |
parent | Fix 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.c | 14 |
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() + { |