From owner-cvs-src-old@FreeBSD.ORG Tue Oct 27 17:13:10 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 058EA1065747 for ; Tue, 27 Oct 2009 17:13:10 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CE25B8FC16 for ; Tue, 27 Oct 2009 17:13:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9RHD9mM033024 for ; Tue, 27 Oct 2009 17:13:09 GMT (envelope-from jh@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9RHD9sQ033023 for cvs-src-old@freebsd.org; Tue, 27 Oct 2009 17:13:09 GMT (envelope-from jh@repoman.freebsd.org) Message-Id: <200910271713.n9RHD9sQ033023@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jh@repoman.freebsd.org using -f From: Jaakko Heinonen Date: Tue, 27 Oct 2009 17:12:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata atapi-cd.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2009 17:13:10 -0000 jh 2009-10-27 17:12:59 UTC FreeBSD src repository Modified files: sys/dev/ata atapi-cd.c Log: SVN rev 198519 on 2009-10-27 17:12:59Z by jh Don't ignore the return value of g_modevent() in acd_modevent(). Approved by: trasz (mentor) Revision Changes Path 1.209 +1 -2 src/sys/dev/ata/atapi-cd.c