aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiří Župka <jzupka@redhat.com>2011-09-29 22:09:54 -0400
committerDavid S. Miller <davem@davemloft.net>2011-10-03 14:03:48 -0400
commit96c131842aab45b5d139d0bcb417796819f5ee92 (patch)
tree4d8c5babeee4410ecb4ff96c374be51e34529557
parentb5c5693bb723a019deac3cd1345f3e7233c8a67e (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>
-rw-r--r--include/linux/if_packet.h2
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 {
173 * you can see which blk[s] is[are] outstanding etc. 173 * you can see which blk[s] is[are] outstanding etc.
174 * 3. Validate kernel code. 174 * 3. Validate kernel code.
175 */ 175 */
176 aligned_u64 seq_num; 176 __aligned_u64 seq_num;
177 177
178 /* 178 /*
179 * ts_last_pkt: 179 * ts_last_pkt: