diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-04 19:10:52 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-04 19:10:52 +0000 |
commit | 846736f11fc6c60ad735bb5d70d570e4c50e6c23 (patch) | |
tree | c155464afe9fb43639dc9708f48c36ab03d4290b | |
parent | 18a6968b17b27201f5e4634c6e703dc1037ea1dc (diff) |
Formerly file-chflags.c.~3~
-rw-r--r-- | libdiskfs/file-chflags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/file-chflags.c b/libdiskfs/file-chflags.c index ad6ab04b..48515da3 100644 --- a/libdiskfs/file-chflags.c +++ b/libdiskfs/file-chflags.c @@ -25,7 +25,7 @@ dikfs_S_file_chflags (struct protid *cred, { CHANGE_NODE_FIELD (cred, ({ - if (!(err = isowner (np, cred))) + if (!(err = diskfs_isowner (np, cred))) np->dn_stat.st_flags = flags; })); } |