diff options
author | Al Viro <viro@hera.kernel.org> | 2006-12-04 17:00:55 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-04 22:32:44 -0500 |
commit | 87fcd70d983d30eca4b933fff2e97d9a31743d0a (patch) | |
tree | 2c79943f7691f80123af0145a8909f14011b0761 /security/selinux/include | |
parent | 91f433cacc9d1ae95ae46ce26d7bcf3a724c72d0 (diff) |
[PATCH] selinux endianness annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'security/selinux/include')
-rw-r--r-- | security/selinux/include/avc.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 { | |||
54 | char *netif; | 54 | char *netif; |
55 | struct sock *sk; | 55 | struct sock *sk; |
56 | u16 family; | 56 | u16 family; |
57 | u16 dport; | 57 | __be16 dport; |
58 | u16 sport; | 58 | __be16 sport; |
59 | union { | 59 | union { |
60 | struct { | 60 | struct { |
61 | u32 daddr; | 61 | __be32 daddr; |
62 | u32 saddr; | 62 | __be32 saddr; |
63 | } v4; | 63 | } v4; |
64 | struct { | 64 | struct { |
65 | struct in6_addr daddr; | 65 | struct in6_addr daddr; |