From: Steve French Date: Mon, 9 Jan 2006 04:04:55 +0000 (-0800) Subject: [CIFS] Minor cleanup to new cifs acl header. X-Git-Tag: v2.6.16-rc2~260^2~9 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=a6230af7bdffcd3837cb9fbefc17aa6aaada486c;p=linux-2.6-omap-h63xx.git [CIFS] Minor cleanup to new cifs acl header. Signed-off-by: Steve French --- diff --git a/fs/cifs/cifsacl.h b/fs/cifs/cifsacl.h index 4cfcdf2e630..d152ff50ea8 100644 --- a/fs/cifs/cifsacl.h +++ b/fs/cifs/cifsacl.h @@ -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 */