summaryrefslogtreecommitdiffstats
path: root/source/modules/vfs_zfsacl.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/modules/vfs_zfsacl.c')
-rw-r--r--source/modules/vfs_zfsacl.c17
1 files changed, 1 insertions, 16 deletions
diff --git a/source/modules/vfs_zfsacl.c b/source/modules/vfs_zfsacl.c
index ce2e28771f7..6fdf6e6bc12 100644
--- a/source/modules/vfs_zfsacl.c
+++ b/source/modules/vfs_zfsacl.c
@@ -234,23 +234,8 @@ static vfs_op_tuple zfsacl_ops[] = {
{SMB_VFS_OP(NULL), SMB_VFS_OP_NOOP, SMB_VFS_LAYER_NOOP}
};
-/* != 0 if this module will be compiled as static */
-
-#define STATIC 0
-
-#if STATIC
NTSTATUS vfs_zfsacl_init(void);
-#else
-NTSTATUS init_module(void);
-#endif
-
-NTSTATUS
-#if STATIC
- vfs_zfsacl_init
-#else
- init_module
-#endif
- (void)
+NTSTATUS vfs_zfsacl_init(void)
{
return smb_register_vfs(SMB_VFS_INTERFACE_VERSION, "zfsacl",
zfsacl_ops);