K 10 svn:author V 6 robert K 8 svn:date V 27 2003-05-09T09:11:27.000000Z K 7 svn:log V 336 To reserve space for 65536 bits, allocate 65536 / (sizeof(int) * CHAR_BITS) `int's instead of 65536 / (sizeof(int) * CHAR_BITS) bytes to avoid a possible segmentation fault if ports above 16383 are specified via the -p option on a platform with 4 byte wide ints. Approved by: re (bmah) Reported by: Marco Wertejuk END