From owner-cvs-src@FreeBSD.ORG Sat Feb 21 10:30:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0802416A4CE; Sat, 21 Feb 2004 10:30:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEFA443D1D; Sat, 21 Feb 2004 10:30:03 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LIU3Ge062130; Sat, 21 Feb 2004 10:30:03 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LIU3pe062129; Sat, 21 Feb 2004 10:30:03 -0800 (PST) (envelope-from sos) Message-Id: <200402211830.i1LIU3pe062129@repoman.freebsd.org> From: Søren Schmidt Date: Sat, 21 Feb 2004 10:30:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata atapi-cd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2004 18:30:04 -0000 sos 2004/02/21 10:30:03 PST FreeBSD src repository Modified files: sys/dev/ata atapi-cd.c Log: Dont alloc size 0 buffers. Revision Changes Path 1.163 +5 -3 src/sys/dev/ata/atapi-cd.c