]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[CIFS] Minor cleanup to new cifs acl header.
authorSteve French <sfrench@us.ibm.com>
Mon, 9 Jan 2006 04:04:55 +0000 (20:04 -0800)
committerSteve French <sfrench@us.ibm.com>
Mon, 9 Jan 2006 04:04:55 +0000 (20:04 -0800)
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsacl.h

index 4cfcdf2e63043ba087aab75e2ae85d4ad3247c23..d152ff50ea8c398c6b1212d8840f89827e7e0d4f 100644 (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 */