Changeset 597 for vendor/current/source3/modules/vfs_acl_tdb.c
- Timestamp:
- Jul 2, 2011, 4:01:14 PM (14 years ago)
- File:
-
- 1 edited
-
vendor/current/source3/modules/vfs_acl_tdb.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/modules/vfs_acl_tdb.c
r594 r597 398 398 .opendir = opendir_acl_common, 399 399 .mkdir = mkdir_acl_common, 400 400 401 .open = open_acl_common, 401 402 .create_file = create_file_acl_common, 402 403 .unlink = unlink_acl_tdb, 403 .rmdir = rmdir_acl_tdb, 404 .chmod = chmod_acl_module_common, 405 .fchmod = fchmod_acl_module_common, 404 406 .fget_nt_acl = fget_nt_acl_common, 405 407 .get_nt_acl = get_nt_acl_common, 406 408 .fset_nt_acl = fset_nt_acl_common, 409 410 407 411 .sys_acl_set_file = sys_acl_set_file_tdb, 408 412 .sys_acl_set_fd = sys_acl_set_fd_tdb
Note:
See TracChangeset
for help on using the changeset viewer.
