acl_delete_default_file() changed to acl_delete_def_file()

This commit is contained in:
rwatson 2000-01-17 17:48:22 +00:00
parent 33c0e32021
commit a9df9c5f9f
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ acl_delete_def_fd(int filedes)
int
acl_delete_default_file(const char *path_p)
acl_delete_def_file(const char *path_p)
{
return (acl_syscall_delete_file(path_p, ACL_TYPE_DEFAULT));

View File

@ -42,7 +42,7 @@ acl_delete_def_fd(int filedes)
int
acl_delete_default_file(const char *path_p)
acl_delete_def_file(const char *path_p)
{
return (acl_syscall_delete_file(path_p, ACL_TYPE_DEFAULT));