From owner-cvs-all Sun May 14 23:54:44 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 ACF1437B5C3; Sun, 14 May 2000 23:54:42 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA50967; Sun, 14 May 2000 23:54:42 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Message-Id: <200005150654.XAA50967@freefall.freebsd.org> From: Matt Dillon Date: Sun, 14 May 2000 23:54:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys file.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2000/05/14 23:54:42 PDT Modified files: sys/sys file.h Log: Change f_count and f_msgcount from short to int, solving the rollover problem demonstrated by the PR. MFC to follow. PR: kern/18346 Revision Changes Path 1.25 +3 -3 src/sys/sys/file.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message