K 10 svn:author V 4 miwi K 8 svn:date V 27 2007-04-09T17:29:42.000000Z K 7 svn:log V 368 - Fix build with gcc 4.1 Notes: sipxportlib contains numerous cases of casting a pointer to an int. Gcc 4.1 does not like this on amd64 systems. I have silenced the compilation error by first typecasting through a uintptr_t. This does not fix any underlying problems, but at least the code compiles. Approved by: maintainer END