summaryrefslogtreecommitdiff
path: root/include/linux/netfilter/nfnetlink_log.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-03-18 08:50:37 (GMT)
committerDavid S. Miller <davem@davemloft.net>2011-03-18 22:14:45 (GMT)
commitb51bdad63046d1d5a4807630cc8c02845cf67893 (patch)
tree98d739a27b27268306e65c558dbdc9e771f8d874 /include/linux/netfilter/nfnetlink_log.h
parent6b1e960fdbd75dcd9bcc3ba5ff8898ff1ad30b6e (diff)
downloadlinux-fsl-qoriq-b51bdad63046d1d5a4807630cc8c02845cf67893.tar.xz
headers: use __aligned_xx types for userspace
Now that we finally have __aligned_xx exported to userspace, convert the headers that get exported over to the proper type. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netfilter/nfnetlink_log.h')
-rw-r--r--include/linux/netfilter/nfnetlink_log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/netfilter/nfnetlink_log.h b/include/linux/netfilter/nfnetlink_log.h
index ea9b8d3..90c2c95 100644
--- a/include/linux/netfilter/nfnetlink_log.h
+++ b/include/linux/netfilter/nfnetlink_log.h
@@ -28,8 +28,8 @@ struct nfulnl_msg_packet_hw {
};
struct nfulnl_msg_packet_timestamp {
- aligned_be64 sec;
- aligned_be64 usec;
+ __aligned_be64 sec;
+ __aligned_be64 usec;
};
enum nfulnl_attr_type {