Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2002 08:28:59 -0500
From:      Will Andrews <will@csociety.org>
To:        Sheldon Hearn <sheldonh@starjuice.net>
Cc:        current@FreeBSD.org
Subject:   Re: When was soundcard.h moved?
Message-ID:  <20020614132859.GV53809@squall.waterspout.com>
In-Reply-To: <32153.1024041952@axl.seasidesoftware.co.za>
References:  <32153.1024041952@axl.seasidesoftware.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jun 14, 2002 at 10:05:52AM +0200, Sheldon Hearn wrote:
> When was soundcard.h moved from machine to sys?  A large number of ports
> expect to find it in machine, and I can't find a __FreeBSD_version bump
> supporting the change.
> 
> So I need to find out when it happened and piggy-back on the nearest
> __FreeBSD_version bump. :-(

Actually, if you don't care about 3.x, you can just change it to
<sys/soundcard.h> (which seems a little more standardized judging
by where other OSs put it).  4.x and on have had
<sys/soundcard.h> synchronized with <machine/soundcard.h>.  And
5.x recently only has <sys/soundcard.h>.

Regards,
-- 
wca

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020614132859.GV53809>