On Fri, 2004-06-04 at 09:36, ron minnich wrote: > > Also2, the cvs checkout of today still give this error on building: > > > > /opt/linuxbios/freebios2/src/arch/i386/boot/pirq_routing.c: In function > > `check_pirq_routing_table': > > /opt/linuxbios/freebios2/src/arch/i386/boot/pirq_routing.c:21: error: assignment > > of read-only variable `intel_irq_routing_table' > > /opt/linuxbios/freebios2/src/arch/i386/boot/pirq_routing.c:42: error: assignment > > of read-only member `checksum' > > make[1]: *** [pirq_routing.o] Error 1 > > Ollie or Stepan or Greg or David or I need to fix this. Anyone? >
It is the const keyword. Why we don't have this problem before ? Is the function actually been called in other platform ? Ollie _______________________________________________ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

