From owner-cvs-src@FreeBSD.ORG Fri Jun 18 14:25:45 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 6323716A4CE; Fri, 18 Jun 2004 14:25:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4456A43D45; Fri, 18 Jun 2004 14:25:45 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5IEPjHN049257; Fri, 18 Jun 2004 14:25:45 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5IEPjdo049256; Fri, 18 Jun 2004 14:25:45 GMT (envelope-from bms) Message-Id: <200406181425.i5IEPjdo049256@repoman.freebsd.org> From: Bruce M Simpson Date: Fri, 18 Jun 2004 14:25:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h 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: Fri, 18 Jun 2004 14:25:45 -0000 bms 2004-06-18 14:25:45 UTC FreeBSD src repository Modified files: sys/compat/linux linux_ioctl.c linux_ioctl.h Log: Add a stub for the Linux SOUND_MIXER_INFO ioctl (even though we don't actually implement it), as some applications, such as RealProducer, expect to be able to use it. PR: kern/65971 Submitted by: Matt Wright Revision Changes Path 1.118 +4 -0 src/sys/compat/linux/linux_ioctl.c 1.19 +1 -0 src/sys/compat/linux/linux_ioctl.h