summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/sh.func.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcsh/sh.func.c')
-rw-r--r--contrib/tcsh/sh.func.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tcsh/sh.func.c b/contrib/tcsh/sh.func.c
index d0667f5..2138bce 100644
--- a/contrib/tcsh/sh.func.c
+++ b/contrib/tcsh/sh.func.c
@@ -1,4 +1,4 @@
-/* $Header: /src/pub/tcsh/sh.func.c,v 3.85 1999/08/16 20:05:49 christos Exp $ */
+/* $Header: /src/pub/tcsh/sh.func.c,v 3.86 2000/01/14 22:57:27 christos Exp $ */
/*
* sh.func.c: csh builtin functions
*/
@@ -36,7 +36,7 @@
*/
#include "sh.h"
-RCSID("$Id: sh.func.c,v 3.85 1999/08/16 20:05:49 christos Exp $")
+RCSID("$Id: sh.func.c,v 3.86 2000/01/14 22:57:27 christos Exp $")
#include "ed.h"
#include "tw.h"
@@ -1688,7 +1688,7 @@ doumask(v, c)
USE(c);
if (cp == 0) {
- i = umask(0);
+ i = (int)umask(0);
(void) umask(i);
xprintf("%o\n", i);
return;
OpenPOWER on IntegriCloud