K 10 svn:author V 5 peter K 8 svn:date V 27 2003-12-07T09:57:51.000000Z K 7 svn:log V 226 rqb_bits[] may be an int64_t (eg: on alpha, and recently on amd64). Be sure to shift (long)1 << 33 and higher, not (int)1. Otherwise bad things happen(TM). This is why beast.freebsd.org paniced with ULE. Reviewed by: jeff END