Re: [Plib-devel] Portability; Was: Minor Issues with PLIB Release Candidate
Brought to you by:
sjbaker
From: Frederic B. <fre...@fr...> - 2005-01-15 22:40:20
|
Steve Baker wrote : > Frederic Bouvier wrote: > >> The patch against src/sl/slPortability.h is still missing: >> >> --- ./src/sl/slPortability.h.orig Sat Sep 7 17:54:59 2002 >> +++ ./src/sl/slPortability.h Sat Sep 7 17:55:22 2002 >> @@ -74,7 +74,7 @@ >> # if defined(__linux__) >> # include <linux/soundcard.h> >> # elif defined(__FreeBSD__) >> -# include <machine/soundcard.h> >> +# include <sys/soundcard.h> >> # else >> /* >> Tom thinks this file may be <sys/soundcard.h> under some > > > Well, someone needs to commit that change. I said several days > ago that we were going for a release - it's not like there wasn't > any warning. > > I plan to do another release as soon as John Fay can get his > PUI changes in - let's make sure we catch this one next time. The problem here is often that people needing these changes don't have write access and those who have seems to don't bother or just wait someone else do the job. And this project has 24 registered developers :-( -Fred |