From owner-freebsd-ports Wed Mar 31 17:49:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BE0214CF2; Wed, 31 Mar 1999 17:49:51 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA18864; Wed, 31 Mar 1999 17:49:34 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Wed, 31 Mar 1999 17:49:34 -0800 (PST) From: Message-Id: <199904010149.RAA18864@freefall.freebsd.org> To: mi@aldan.algebra.com, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/8795 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: xgal.sndsrv.freebsd.c is out of sync with sound.h State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Wed Mar 31 17:44:33 PST 1999 State-Changed-Why: Committed your patch. And I found another bug: - if (!dsp) do_nothing(); + if (dsp<0) do_nothing(); in xgal.sndsrv.freebsd.c. I fixed it. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message