From owner-cvs-all Thu May 2 0:36:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5481137B41A; Thu, 2 May 2002 00:36:31 -0700 (PDT) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g427aVG12649; Thu, 2 May 2002 00:36:31 -0700 (PDT) (envelope-from arr) Message-Id: <200205020736.g427aVG12649@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Thu, 2 May 2002 00:36:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma.h uma_core.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arr 2002/05/02 00:36:30 PDT Modified files: sys/vm uma.h uma_core.c Log: - Changed the size element of uma_zctor_args to be size_t instead of int. - Changed uma_zcreate to accept the size argument as a size_t intead of int. Approved by: jeff Revision Changes Path 1.7 +1 -1 src/sys/vm/uma.h 1.20 +3 -3 src/sys/vm/uma_core.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message