diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-02 20:21:30 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-02 20:21:30 +0000 |
commit | bdd50664c36c8a3750fec985413a91502c34f879 (patch) | |
tree | b54bbcc02422d83850f074240f038c29e11cddff /net/ayttm/files/patch-modules::yahoo2::yahoo.c | |
parent | Update to version 7.6.1 (diff) |
Update to version 0.4.6-17
PR: ports/69922
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=115303
Diffstat (limited to 'net/ayttm/files/patch-modules::yahoo2::yahoo.c')
-rw-r--r-- | net/ayttm/files/patch-modules::yahoo2::yahoo.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net/ayttm/files/patch-modules::yahoo2::yahoo.c b/net/ayttm/files/patch-modules::yahoo2::yahoo.c deleted file mode 100644 index e666cb37cf94..000000000000 --- a/net/ayttm/files/patch-modules::yahoo2::yahoo.c +++ /dev/null @@ -1,22 +0,0 @@ ---- modules/yahoo2/yahoo.c.orig Mon Jan 12 18:42:12 2004 -+++ modules/yahoo2/yahoo.c Sun Feb 8 00:33:04 2004 -@@ -136,8 +136,8 @@ - PLUGIN_SERVICE, - "Yahoo", - "Provides Yahoo Instant Messenger support", -- "$Revision: 1.89 $", -- "$Date: 2004/01/07 05:28:44 $", -+ "$Revision: 1.90 $", -+ "$Date: 2004/01/29 05:13:14 $", - &ref_count, - plugin_init, - plugin_finish, -@@ -3215,7 +3215,7 @@ - return d->tag; - } - --static void ext_yahoo_remove_handler(int tag) -+static void ext_yahoo_remove_handler(int id, int tag) - { - YList * l; - for(l = handlers; l; l = l->next) |