Skip to content

Commit

Permalink
Repair wrong named definition aligned_u64
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jiří Župka authored and David S. Miller committed Oct 3, 2011
1 parent b5c5693 commit 96c1318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/if_packet.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 96c1318

Please sign in to comment.