K 10 svn:author V 6 marcel K 8 svn:date V 27 2002-12-30T01:41:14.000000Z K 7 svn:log V 340 Fix LP64 architectures and especially ia64. Functions that return a pointer and lack a prototype will have the return value (assumed to be an integer) zero-extended to a pointer. On ia64 this is unconditionally fatal as it zeroes-out the region bits, forming an invalid pointer. Fix the sigsegv by including . Pointy hat: bbraun END