From 846736f11fc6c60ad735bb5d70d570e4c50e6c23 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 4 Feb 1994 19:10:52 +0000 Subject: Formerly file-chflags.c.~3~ --- libdiskfs/file-chflags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; })); } -- cgit v1.2.3