From owner-cvs-src@FreeBSD.ORG Tue Aug 19 19:45:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F36FC1065673; Tue, 19 Aug 2008 19:45:17 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E1CEA8FC19; Tue, 19 Aug 2008 19:45:17 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7JJjHJH082942; Tue, 19 Aug 2008 19:45:17 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7JJjHrK082941; Tue, 19 Aug 2008 19:45:17 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200808191945.m7JJjHrK082941@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Tue, 19 Aug 2008 19:45:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/midi sequencer.c src/sys/dev/sound/pcm sound.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 19 Aug 2008 19:45:18 -0000 ed 2008-08-19 19:45:08 UTC FreeBSD src repository Modified files: sys/dev/sound/midi sequencer.c sys/dev/sound/pcm sound.h Log: SVN rev 181874 on 2008-08-19 19:45:08Z by ed Don't include in our sound layer. It is not needed. The PCM's sound.h file only seems to include , because channel_if seems to require selinfo. Just replace it with . There's no real problem with including here, even with MPSAFE TTY, but is something that should be used by the TTY layer, its driver and code that integrated it with the process tree. Revision Changes Path 1.29 +0 -1 src/sys/dev/sound/midi/sequencer.c 1.79 +1 -1 src/sys/dev/sound/pcm/sound.h