On 14.05.2009 23:36, Uwe Hermann wrote: > 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. >
Mistakes happen. >> Signed-off-by: Carl-Daniel Hailfinger <[email protected]> >> > > Acked-by: Uwe Hermann <[email protected]> > Thanks, committed in r512. > 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. > Done. Ron wanted to drop this as well. Regards, Carl-Daniel -- http://www.hailfinger.org/ -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

