diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-02-13 08:03:26 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-02-13 08:03:26 +0000 |
commit | 4b46d748db1c2151e41b85b704fabea5b0f02c92 (patch) | |
tree | 31998b15064a936fb7f62e076162444ea6c80510 /net/ayttm/files/patch-modules::yahoo2::yahoo.c | |
parent | Update to 0.30 (Based on SQLite 2.8.11). (diff) |
Fix build on non-i386 arch.
PR: ports/62534
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=100827
Diffstat (limited to '')
-rw-r--r-- | net/ayttm/files/patch-modules::yahoo2::yahoo.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/ayttm/files/patch-modules::yahoo2::yahoo.c b/net/ayttm/files/patch-modules::yahoo2::yahoo.c new file mode 100644 index 000000000000..e666cb37cf94 --- /dev/null +++ b/net/ayttm/files/patch-modules::yahoo2::yahoo.c @@ -0,0 +1,22 @@ +--- 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) |