diff options
author | Jiří Župka <jzupka@redhat.com> | 2011-09-30 02:09:54 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-10-03 14:03:48 -0400 |
commit | 96c131842aab45b5d139d0bcb417796819f5ee92 (patch) | |
tree | 4d8c5babeee4410ecb4ff96c374be51e34529557 /include/linux/if_packet.h | |
parent | b5c5693bb723a019deac3cd1345f3e7233c8a67e (diff) |
Repair wrong named definition aligned_u64
This repairs problem with compile library in userspace (libnl).
Signed-off-by: Jiří Župka <jzupka@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/if_packet.h')
-rw-r--r-- | include/linux/if_packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/if_packet.h b/include/linux/if_packet.h index 5e76988f8ffc..f3799295d231 100644 --- a/include/linux/if_packet.h +++ b/include/linux/if_packet.h @@ -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: |