diff options
-rw-r--r-- | auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |