From owner-freebsd-multimedia@FreeBSD.ORG Wed Apr 7 10:30:39 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FC0616A4CE for ; Wed, 7 Apr 2004 10:30:39 -0700 (PDT) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC4F643D31 for ; Wed, 7 Apr 2004 10:30:35 -0700 (PDT) (envelope-from tilman@arved.at) Received: from huckfinn-wi0.arved.de (localhost [127.0.0.1]) i37HSshr022334 for ; Wed, 7 Apr 2004 19:28:55 +0200 (CEST) (envelope-from tilman@arved.at) Received: (from tilman@localhost) by huckfinn-wi0.arved.de (8.12.11/8.12.6/Submit) id i37HSswd022333 for freebsd-multimedia@FreeBSD.org; Wed, 7 Apr 2004 19:28:54 +0200 (CEST) X-Authentication-Warning: huckfinn-wi0.arved.de: tilman set sender to tilman@arved.at using -f Date: Wed, 7 Apr 2004 19:28:53 +0200 From: Tilman Linneweh To: freebsd-multimedia@FreeBSD.org Message-ID: <20040407172853.GS64506@arved.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: soundcard.h and POSIX X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2004 17:30:39 -0000 Hi, I am currently fighting with a port, that wants to compile with XOPEN_SOURCE defined, which does not work with our sys/soundcard.h I wonder, why our soundcard.h uses the u_ types. According to the developer, the commercial OSS drivers soundcard.h does not contain them. Does anyone here know the reason? regards tilman