Bruce Evans ed9800b4de 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.)
2003-11-17 02:11:13 +00:00
..
2003-11-16 15:07:10 +00:00
2003-11-03 21:53:38 +00:00
2003-06-10 05:05:54 +00:00