summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_time_audit.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-04-20 22:55:25 +0200
committerJeremy Allison <jra@samba.org>2011-04-21 02:01:20 +0200
commitc7073f8b545976719bfdba7b7bbd460d595041d5 (patch)
tree6386c21fa822098c285bbf4358b7df5ba7e96f47 /source3/modules/vfs_time_audit.c
parent0b89ce671250daddc86400ef4e1996c37c126025 (diff)
downloadsamba-c7073f8b545976719bfdba7b7bbd460d595041d5.tar.gz
samba-c7073f8b545976719bfdba7b7bbd460d595041d5.tar.bz2
samba-c7073f8b545976719bfdba7b7bbd460d595041d5.zip
s3-vfs: rename open function to open_fn.
This should finally fix the AIX build and allow to remove AIX specific ifdefs. Guenther Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Apr 21 02:01:20 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/modules/vfs_time_audit.c')
-rw-r--r--source3/modules/vfs_time_audit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_time_audit.c b/source3/modules/vfs_time_audit.c
index 6ceeb2e2e4..37fe1c6e35 100644
--- a/source3/modules/vfs_time_audit.c
+++ b/source3/modules/vfs_time_audit.c
@@ -2355,7 +2355,7 @@ static struct vfs_fn_pointers vfs_time_audit_fns = {
.rmdir = smb_time_audit_rmdir,
.closedir = smb_time_audit_closedir,
.init_search_op = smb_time_audit_init_search_op,
- .open = smb_time_audit_open,
+ .open_fn = smb_time_audit_open,
.create_file = smb_time_audit_create_file,
.close_fn = smb_time_audit_close,
.vfs_read = smb_time_audit_read,