Use gete{u,g}id instead of get{u,g}id. (Thanks to Anton for suggestion.)

edge.strict_endians
cha0smaster 2005-07-03 13:07:15 +00:00
parent 9276557d28
commit d31a69bb23
1 changed files with 2 additions and 2 deletions

View File

@ -598,8 +598,8 @@ static int ntfs_fuse_init(void)
}
*ctx = (ntfs_fuse_context_t) {
.state = NF_FreeClustersOutdate | NF_FreeMFTOutdate,
.uid = getuid(),
.gid = getgid(),
.uid = geteuid(),
.gid = getegid(),
.fmask = 0111,
};
return 0;