From af8b9642aa944774812e75e7dbbfbc8cc0fb8329 Mon Sep 17 00:00:00 2001 From: Tim Shimmin Date: Wed, 27 Feb 2002 04:56:14 +0000 Subject: merging in many of Andreas changes Merge of xfs-cmds-2.4.18:slinx:112840a by nathans. --- include/acl_ea.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/acl_ea.h') diff --git a/include/acl_ea.h b/include/acl_ea.h index cf36455..ae6520e 100644 --- a/include/acl_ea.h +++ b/include/acl_ea.h @@ -12,13 +12,13 @@ #define ACL_EA_VERSION 0x0002 typedef struct { - __u16 e_tag; - __u16 e_perm; - __u32 e_id; + u_int16_t e_tag; + u_int16_t e_perm; + u_int32_t e_id; } acl_ea_entry; typedef struct { - __u32 a_version; + u_int32_t a_version; acl_ea_entry a_entries[0]; } acl_ea_header; -- cgit v1.2.1