The orig_umask value is now a mode_t.
[rsync/rsync.git] / clientserver.c
index b631ef2..138695e 100644 (file)
@@ -42,9 +42,9 @@ extern int filesfrom_fd;
 extern int remote_protocol;
 extern int protocol_version;
 extern int io_timeout;
-extern int orig_umask;
 extern int no_detach;
 extern int default_af_hint;
+extern mode_t orig_umask;
 extern char *bind_address;
 extern char *sockopts;
 extern char *config_file;