From 7033ea2ac9cbd82967bc2cad6eb05872d7e779c5 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 17 Mar 1995 17:32:10 +0000 Subject: (_diskfs_idcheckdirmod): Remove underscore. --- libdiskfs/diskfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))); } -- cgit v1.2.3