Date: Fri, 7 Dec 2001 13:01:53 -0500 (EST) From: "Andrew R. Reiter" <arr@FreeBSD.org> To: "Andrew R. Reiter" <arr@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/digi digi.c Message-ID: <Pine.NEB.3.96L.1011207130020.45062D-100000@fledge.watson.org> In-Reply-To: <200112071759.fB7HxGw48948@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 7 Dec 2001, Andrew R. Reiter wrote: :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. Doh, I apologize.. this should read: - Fix a bunch of malloc calls that are passing M_WAIT instead of the correct M_WAITOK flag. : : Spotted by: des : : Revision Changes Path : 1.15 +5 -5 src/sys/dev/digi/digi.c : -- Andrew R. Reiter arr@watson.org arr@FreeBSD.org 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?Pine.NEB.3.96L.1011207130020.45062D-100000>