netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net-next-2.6] Repair wrong named definition aligned_u64
@ 2011-09-30 12:09 Jiří Župka
  2011-10-03 18:04 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Jiří Župka @ 2011-09-30 12:09 UTC (permalink / raw)
  To: netdev; +Cc: loke.chetan, davem, jpirko, Jiří Župka

This repairs problem with compile library in userspace (libnl).

Signed-off-by: Jiří Župka <jzupka@redhat.com>
---
 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 5e76988..f379929 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:
-- 
1.7.6.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [patch net-next-2.6] Repair wrong named definition aligned_u64
  2011-09-30 12:09 [patch net-next-2.6] Repair wrong named definition aligned_u64 Jiří Župka
@ 2011-10-03 18:04 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2011-10-03 18:04 UTC (permalink / raw)
  To: jzupka; +Cc: netdev, loke.chetan, jpirko

From: Jiří Župka <jzupka@redhat.com>
Date: Fri, 30 Sep 2011 14:09:54 +0200

> This repairs problem with compile library in userspace (libnl).
> 
> Signed-off-by: Jiří Župka <jzupka@redhat.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-03 18:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-30 12:09 [patch net-next-2.6] Repair wrong named definition aligned_u64 Jiří Župka
2011-10-03 18:04 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).