From c7073f8b545976719bfdba7b7bbd460d595041d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Wed, 20 Apr 2011 22:55:25 +0200 Subject: 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 Autobuild-User: Jeremy Allison Autobuild-Date: Thu Apr 21 02:01:20 CEST 2011 on sn-devel-104 --- source3/modules/vfs_audit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules/vfs_audit.c') diff --git a/source3/modules/vfs_audit.c b/source3/modules/vfs_audit.c index e816a0b29fe..349600fc43f 100644 --- a/source3/modules/vfs_audit.c +++ b/source3/modules/vfs_audit.c @@ -270,7 +270,7 @@ static struct vfs_fn_pointers vfs_audit_fns = { .opendir = audit_opendir, .mkdir = audit_mkdir, .rmdir = audit_rmdir, - .open = audit_open, + .open_fn = audit_open, .close_fn = audit_close, .rename = audit_rename, .unlink = audit_unlink, -- cgit v1.2.1