[PATCH] selinux endianness annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Al Viro
2006-12-04 22:00:55 +00:00
committed by Linus Torvalds
parent 91f433cacc
commit 87fcd70d98
3 changed files with 6 additions and 6 deletions

View File

@@ -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;