GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / toolchains / hndtools-arm-linux-2.6.36-uclibc-4.5.3 / arm-brcm-linux-uclibcgnueabi / sysroot / usr / include / linux / nfsacl.h
blobdf5e19f40e9217da663fa6e9f594b8f12c2371e0
1 /*
2 * File: linux/nfsacl.h
4 * (C) 2003 Andreas Gruenbacher <agruen@suse.de>
5 */
6 #ifndef __LINUX_NFSACL_H
7 #define __LINUX_NFSACL_H
9 #define NFS_ACL_PROGRAM 100227
11 #define ACLPROC2_GETACL 1
12 #define ACLPROC2_SETACL 2
13 #define ACLPROC2_GETATTR 3
14 #define ACLPROC2_ACCESS 4
16 #define ACLPROC3_GETACL 1
17 #define ACLPROC3_SETACL 2
20 /* Flags for the getacl/setacl mode */
21 #define NFS_ACL 0x0001
22 #define NFS_ACLCNT 0x0002
23 #define NFS_DFACL 0x0004
24 #define NFS_DFACLCNT 0x0008
26 /* Flag for Default ACL entries */
27 #define NFS_ACL_DEFAULT 0x1000
29 #endif /* __LINUX_NFSACL_H */