From 87fcd70d983d30eca4b933fff2e97d9a31743d0a Mon Sep 17 00:00:00 2001 From: Al Viro Date: Mon, 4 Dec 2006 22:00:55 +0000 Subject: [PATCH] selinux endianness annotations Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- security/selinux/include/avc.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'security/selinux/include/avc.h') diff --git a/security/selinux/include/avc.h b/security/selinux/include/avc.h index 960ef18ddc41..6ed10c3d3339 100644 --- a/security/selinux/include/avc.h +++ b/security/selinux/include/avc.h @@ -54,12 +54,12 @@ struct avc_audit_data { char *netif; struct sock *sk; u16 family; - u16 dport; - u16 sport; + __be16 dport; + __be16 sport; union { struct { - u32 daddr; - u32 saddr; + __be32 daddr; + __be32 saddr; } v4; struct { struct in6_addr daddr; -- cgit v1.2.1