K 10 svn:author V 5 demon K 8 svn:date V 27 2008-12-26T14:08:47.000000Z K 7 svn:log V 314 1) Consistently use "%08X" instead of "%08lX" for formatting uint32_t task ID. 2) Consistently use "%d" instead of "%ld" for formatting int32_t values. This results in printing the same (correct) numbers on amd64 as they appear on i386. Use correct type for arguments in uftp.h:logfunc(...). Bump PORTREVISION. END