From 99af79a7fab9f43a5ab393637c96de513daab5e3 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Sun, 23 Jul 2017 17:28:16 -0700 Subject: [PATCH] Cast umask result, and comment about Redox --- src/chmod/chmod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chmod/chmod.rs b/src/chmod/chmod.rs index b41686b24..7c3a5a352 100644 --- a/src/chmod/chmod.rs +++ b/src/chmod/chmod.rs @@ -225,7 +225,7 @@ fn parse_symbolic(mut fperm: u32, mut mode: &str, file: &Path) -> Result u32 { - // XXX + // XXX Redox does not currently have umask 0 } @@ -243,7 +243,7 @@ fn parse_symbolic(mut fperm: u32, mut mode: &str, file: &Path) -> Result