K 10 svn:author V 5 peter K 8 svn:date V 27 2000-02-20T15:01:37.000000Z K 7 svn:log V 307 Followup to previous commit; change fd_mask from signed to unsigned as it should have been to start with. The implications of that are not pleasant when combined with >> as it breaks on multiples of NFDBITS. Right shifting of a signed value fills with a copy of the sign bit, not a zero. Reported by: bde END