diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-03-17 17:32:10 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-03-17 17:32:10 +0000 |
commit | 7033ea2ac9cbd82967bc2cad6eb05872d7e779c5 (patch) | |
tree | 0fd82b66731edf64e1b2f14a47f85d699d6b9728 /libdiskfs/diskfs.h | |
parent | bf219996206a0c7b61fcfea8e7269a498d1e489e (diff) |
(_diskfs_idcheckdirmod): Remove underscore.
Diffstat (limited to 'libdiskfs/diskfs.h')
-rw-r--r-- | libdiskfs/diskfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index 3d432dc6..5735bee0 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -705,7 +705,7 @@ _diskfs_idcheckdirmod (struct node *dp, struct node *np, or the file. */ return (_diskfs_idaccess (dp, S_IWRITE, id) && (!(dp->dn_stat.st_mode & S_ISVTX) || !np - || diskfs_hasuid (0, id) || _diskfs_idisowner (dp, id) + || diskfs_idhasuid (0, id) || _diskfs_idisowner (dp, id) || _diskfs_idisowner (np, id))); } |