On Thu, May 14, 2009 at 11:28:32PM +0200, Carl-Daniel Hailfinger wrote: > Fix compilation of nic3com on 64bit.
Thanks, I screwed up my last commit. > Signed-off-by: Carl-Daniel Hailfinger <[email protected]> Acked-by: Uwe Hermann <[email protected]> with the change below. > Index: flashrom-nic3com_compilefix/internal.c > =================================================================== > --- flashrom-nic3com_compilefix/internal.c (Revision 511) > +++ flashrom-nic3com_compilefix/internal.c (Arbeitskopie) > @@ -83,7 +83,7 @@ > return NULL; > } > > -void get_io_perms(void) > +void get_io_perms() Please drop this. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

