On Thu, Jan 04, 2007 at 06:01:21AM -0800, Daniel Laird wrote: > > I found that the linux-fusion module no longer compiles with 2.6.19 due to > linux/config.h being removed,
Just deleting the includes could break the build with older kernels. I added a check to see if the file exists. > and bool being defined in linux/stddef.h. > This patch solves this, If people are happy (check types.h as I do a kernel > version check to see if bool is supplied) I applied this one as is. Thanks. -- Ville Syrjälä [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
