[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-2754-gb83beed

Volker Lendecke vlendec at samba.org
Fri Jul 18 15:51:37 GMT 2008


The branch, v3-2-test has been updated
       via  b83beeda44e1c8d485c2ad6bb8ee539cdcbe8bda (commit)
      from  2a874d07648a6b0303249ac8a6cdbf266668afe1 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit b83beeda44e1c8d485c2ad6bb8ee539cdcbe8bda
Author: Volker Lendecke <vl at samba.org>
Date:   Fri Jul 18 10:01:39 2008 +0200

    Fix the build of vfs_zfsacl.c

-----------------------------------------------------------------------

Summary of changes:
 source/modules/vfs_zfsacl.c |   17 +----------------
 1 files changed, 1 insertions(+), 16 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/modules/vfs_zfsacl.c b/source/modules/vfs_zfsacl.c
index ce2e287..6fdf6e6 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);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list