diff options
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_acl_tdb.c | 2 | ||||
-rw-r--r-- | source3/modules/vfs_acl_xattr.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/source3/modules/vfs_acl_tdb.c b/source3/modules/vfs_acl_tdb.c index 10fa4a4be5c..9bc1dc419b6 100644 --- a/source3/modules/vfs_acl_tdb.c +++ b/source3/modules/vfs_acl_tdb.c @@ -18,8 +18,6 @@ * along with this program; if not, see <http://www.gnu.org/licenses/>. */ -/* NOTE: This is an experimental module, not yet finished. JRA. */ - #include "includes.h" #include "smbd/smbd.h" #include "system/filesys.h" diff --git a/source3/modules/vfs_acl_xattr.c b/source3/modules/vfs_acl_xattr.c index 70e979b71b0..b522b3303de 100644 --- a/source3/modules/vfs_acl_xattr.c +++ b/source3/modules/vfs_acl_xattr.c @@ -18,8 +18,6 @@ * along with this program; if not, see <http://www.gnu.org/licenses/>. */ -/* NOTE: This is an experimental module, not yet finished. JRA. */ - #include "includes.h" #include "smbd/smbd.h" #include "librpc/gen_ndr/xattr.h" |