dect
/
linux-2.6
Archived
13
0
Fork 0

[CIFS] Minor cleanup to new cifs acl header.

Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
Steve French 2006-01-08 20:04:55 -08:00
parent fdf7f2e919
commit a6230af7bd
1 changed files with 2 additions and 0 deletions

View File

@ -34,3 +34,5 @@ struct cifs_sid {
const cifs_sid sid_everyone = {1, 1, {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0}};
/* group users */
const cifs_sid sid_user = {1, 2 , {0, 0, 0, 0, 0, 5}, {32, 545, 0, 0}};
#endif /* _CIFSACL_H */