Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Feb 2000 07:01:38 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys types.h
Message-ID:  <200002201501.HAA18798@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2000/02/20 07:01:38 PST

  Modified files:
    sys/sys              types.h 
  Log:
  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
  
  Revision  Changes    Path
  1.40      +2 -2      src/sys/sys/types.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002201501.HAA18798>