K 10 svn:author V 3 bde K 8 svn:date V 27 2003-11-17T02:11:13.000000Z K 7 svn:log V 281 Avoid a warning for compiling with `gcc -Wbad-function cast'. (This is the warning that points to the bug in `(char *)malloc(...)' where malloc() is implicitly declared as returning int. We do similar things here, but they work because u_int is the same as uintptr_t on i386's.) END