summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth.c b/auth.c
index 398e37c..5b3bcac 100644
--- a/auth.c
+++ b/auth.c
@@ -134,7 +134,7 @@ SetAuthentication(int count, IceListenObj *listenObjs,
FILE *addfp = NULL;
FILE *removefp = NULL;
const char *path;
- int original_umask;
+ mode_t original_umask;
char command[256];
int i;
#ifdef HAVE_MKSTEMP