K 10 svn:author V 5 peter K 8 svn:date V 27 2002-05-01T06:49:43.000000Z K 7 svn:log V 274 Make this compile and not segfault on ia64. ptr = strdup("foo"); is fatal if the declaration of strdup() isn't in scope. The upper 32 bits of the pointer are lost since it defaults to returning "int". Fix some warnings while here, including trying to make gcc-3.1 happy. END