From owner-cvs-all Sun Feb 20 7: 1:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4118C37BDDA; Sun, 20 Feb 2000 07:01:39 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA18798; Sun, 20 Feb 2000 07:01:39 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <200002201501.HAA18798@freefall.freebsd.org> From: Peter Wemm Date: Sun, 20 Feb 2000 07:01:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys types.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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