[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: aboot



"Peter 'p2' De Schrijver" <p2@mind.be> writes:

> Attached you will find a patch for aboot which fixes the following
> problems :
> 
> - compile with gcc 3.3

> -			printf("aboot: not an executable ELF file\n");
> +			xprintf("aboot: not an executable ELF file\n");

I don't really like this. Is this because gcc optimizes
printf("foo\n") to puts("foo")? I think it would be easier to just
provide a puts.

Also, have you checked out the CVS of aboot at sf.net? Maybe it's
fixed there already.

-- 
	Falk



Reply to: