K 10 svn:author V 8 jmallett K 8 svn:date V 27 2002-05-02T05:07:13.000000Z K 7 svn:log V 247 An explicit cast to size_t for an inline integer, since the two are not the same on Alpha and lint(1) pointed that out. lint(1) on the same architecture pointed out how silly a cast to (u_int) to malloc(3)'s argument was. Change that to size_t. END