
29 Sep
2006
29 Sep
'06
10:21 p.m.
Rene Rivera <grafikrobot@gmail.com> wrote:
FYI... Ubuntun 6.06 uses the 2.615 kernel <http://distrowatch.com/table.php?distribution=ubuntu>
Thanks Rene. Simon, after investigating the recent kernel headers using LXR it seems that the problem may not be a recent change, but due to Linux being used on PowerPC. The FIONREAD and FIONBIO macros are not integer constants on that architecture, but the are on i386 (which is why I've never seen this before). Not sure yet of the best way to fix it, however I guess I just won't be able to use them as template parameters in portable code. Cheers, Chris