# HG changeset patch # User Nathan Walp # Date 1078776797 0 # Node ID 18e94f589649651820c15d686f5002c554d033ec # Parent 34896b4a0da3050ed42e36849fdee7cc024e59ac [gaim-migrate @ 9142] apparently we were using deprecated gcc thingamabob that's gone in gcc-3.4, so says the fine folk at redhat. this lets the bleeding-edgers compile again committer: Tailor Script diff -r 34896b4a0da3 -r 18e94f589649 src/protocols/oscar/rxhandlers.c --- a/src/protocols/oscar/rxhandlers.c Mon Mar 08 19:09:30 2004 +0000 +++ b/src/protocols/oscar/rxhandlers.c Mon Mar 08 20:13:17 2004 +0000 @@ -66,7 +66,7 @@ } mod->next = (aim_module_t *)sess->modlistv; - (aim_module_t *)sess->modlistv = mod; + sess->modlistv = mod; faimdprintf(sess, 1, "registered module %s (family 0x%04x, version = 0x%04x, tool 0x%04x, tool version 0x%04x)\n", mod->name, mod->family, mod->version, mod->toolid, mod->toolversion);