From owner-cvs-all Fri Dec 7 9:59:26 2001 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 6F45637B416; Fri, 7 Dec 2001 09:59:16 -0800 (PST) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB7HxGw48948; Fri, 7 Dec 2001 09:59:16 -0800 (PST) (envelope-from arr) Message-Id: <200112071759.fB7HxGw48948@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Fri, 7 Dec 2001 09:59:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/digi digi.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 2001/12/07 09:59:15 PST Modified files: sys/dev/digi digi.c Log: - Fix a bunch of malloc calls where the M_FLAG is incorrectly used; it should be M_WAITOK. Spotted by: des Revision Changes Path 1.15 +5 -5 src/sys/dev/digi/digi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message