summaryrefslogtreecommitdiffstats
path: root/source/include/vfs.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-01-06 18:48:02 +0100
committerMichael Adam <obnox@samba.org>2008-01-06 23:08:00 +0100
commit4f2d139a186048f08180378a877b69d2f80ad51f (patch)
tree6e7d18ea06bf23336adbfd1f1b8eae957350275d /source/include/vfs.h
parent8fce247bcf7fb27a31a7b8103377681d692d35aa (diff)
downloadsamba-4f2d139a186048f08180378a877b69d2f80ad51f.tar.gz
samba-4f2d139a186048f08180378a877b69d2f80ad51f.tar.xz
samba-4f2d139a186048f08180378a877b69d2f80ad51f.zip
Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().
Michael
Diffstat (limited to 'source/include/vfs.h')
-rw-r--r--source/include/vfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/vfs.h b/source/include/vfs.h
index 2f90c018bfe..038da297ab1 100644
--- a/source/include/vfs.h
+++ b/source/include/vfs.h
@@ -78,6 +78,7 @@
/* Leave at 22 - not yet released. Change get_nt_acl to *not* take a
* files_struct. - obnox.*/
/* Leave at 22 - not yet released. Remove parameter fd from fget_nt_acl. - obnox */
+/* Leave at 22 - not yet released. Remove parameter fd from gset_nt_acl. - obnox */
#define SMB_VFS_INTERFACE_VERSION 22
@@ -320,7 +321,6 @@ struct vfs_ops {
struct security_descriptor **ppdesc);
NTSTATUS (*fset_nt_acl)(struct vfs_handle_struct *handle,
struct files_struct *fsp,
- int fd,
uint32 security_info_sent,
struct security_descriptor *psd);
NTSTATUS (*set_nt_acl)(struct vfs_handle_struct *handle,