[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1317384594-17014-1-git-send-email-jzupka@redhat.com>
Date:	Fri, 30 Sep 2011 14:09:54 +0200
From:	Jiří Župka <jzupka@...hat.com>
To:	netdev@...r.kernel.org
Cc:	loke.chetan@...il.com, davem@...emloft.net, jpirko@...hat.com,
	Jiří Župka <jzupka@...hat.com>
Subject: [patch net-next-2.6] Repair wrong named definition aligned_u64
This repairs problem with compile library in userspace (libnl).
Signed-off-by: Jiří Župka <jzupka@...hat.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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists
 
