[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
Родитель fdf7f2e919
Коммит a6230af7bd
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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 */