Commit 96c13184 authored by Jiří Župka's avatar Jiří Župka Committed by David S. Miller

Repair wrong named definition aligned_u64

This repairs problem with compile library in userspace (libnl).
Signed-off-by: default avatarJiří Župka <jzupka@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b5c5693b
......@@ -173,7 +173,7 @@ struct tpacket_hdr_v1 {
* you can see which blk[s] is[are] outstanding etc.
* 3. Validate kernel code.
*/
aligned_u64 seq_num;
__aligned_u64 seq_num;
/*
* ts_last_pkt:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment