> Oh, Jeroen noted that this won't work with gcc 3.3, but with >
> 3.3 it works.
Really? libc's defines __attribute_used__ using
`used' for gcc 3.1 and later, and `unused' for earlier. What does
"won't work" mean? Does 3.3 not accept the `used' attribute, or
does it still eli
On Sun, May 29, 2005 at 07:35:34PM -0400, Alfred M. Szmidt wrote:
> --- linux/src/drivers/net/ne2k-pci.c
> +++ linux/src/drivers/net/ne2k-pci.c
> @@ -542,7 +542,10 @@
> if (count & 3) {
> buf += count & ~3;
> if (count & 2)
> - *((u16*)buf)++ =