summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cvs/src/main.c')
-rw-r--r--contrib/cvs/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cvs/src/main.c b/contrib/cvs/src/main.c
index 5eb22bc..9cb7bc0 100644
--- a/contrib/cvs/src/main.c
+++ b/contrib/cvs/src/main.c
@@ -519,7 +519,7 @@ main (argc, argv)
* force full group write perms (used for shared checked-out
* source trees, see manual page)
*/
- umask(mask(077) & 007);
+ umask(umask(077) & 007);
break;
case 't':
trace = 1;
OpenPOWER on IntegriCloud