Got rid of an UNUSED() that was causing a problem.
authorWayne Davison <wayned@samba.org>
Wed, 8 Sep 2004 07:28:57 +0000 (07:28 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 8 Sep 2004 07:28:57 +0000 (07:28 +0000)
acls.diff

index 1b48c82..a849a86 100644 (file)
--- a/acls.diff
+++ b/acls.diff
@@ -2001,7 +2001,7 @@ ACLs to a non-ACL-supporting disk should complain.
 +      return acl_free(the_acl);
 +}
 +
-+int sys_acl_free_qualifier(void *qual, UNUSED(SMB_ACL_TAG_T tagtype))
++int sys_acl_free_qualifier(void *qual, SMB_ACL_TAG_T tagtype)
 +{
 +      return acl_free(qual);
 +}