K 10 svn:author V 7 wollman K 8 svn:date V 27 1997-02-13T18:05:46.000000Z K 7 svn:log V 270 For large values of sb_max or MCLBYTES, it was possible for the expression sb_max * MCLBYTES / (MSIZE + MCLBYTES) used in sbreserve() to overflow, causing all socket creation attempts to fail. Force the calculation to use u_quad_t's, which makes overflow less likely. END