Fix the build breakage by #including modules/vfs_acl_common.c
commit9297b975f58a6c8a8609e05d0bed7b4846a2be32
authorJeremy Allison <jra@samba.org>
Mon, 27 Jul 2009 19:09:40 +0000 (27 12:09 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 27 Jul 2009 19:09:40 +0000 (27 12:09 -0700)
tree129ac7e913e6b9245c626f6b2b97fb57b21333f6
parent67d9130c134e885c17242596aacd2f265737d805
Fix the build breakage by #including modules/vfs_acl_common.c
into acl_tdb and acl_xattr. Duplicates the code size, but keeps
the code in common so I don't have to do bug fixes in two places
(which is what I really cared about).
Jeremy.
source3/Makefile.in
source3/include/proto.h
source3/modules/vfs_acl_common.c
source3/modules/vfs_acl_tdb.c
source3/modules/vfs_acl_xattr.c