On Friday 27 January 2012 19:56:49 Kevin Day wrote:
> In the 3.2 linux kernel series, the structure tpacket_hdr_v1 was added
> to linux/if_packet.h.
> Inside of that structure, the following variable was defined:
> 
> __aligned_u64   seq_num;
> 
> While compiling iptables 1.4.12.2 on a x86_64 system with the headers
> from the said kernel installed, I get the following compile error:
> 
> /usr/include/linux/if_packet.h:176: error: expected
> specifier-qualifier-list before '__aligned_u64'.

this is a problem with the kernel, not the C library.  lkml would be the place 
to report the issue (or perhaps the netdev list).
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to