The orig_umask value is now a mode_t.
[rsync/rsync.git] / pipe.c
diff --git a/pipe.c b/pipe.c
index da1b4de..8470608 100644 (file)
--- a/pipe.c
+++ b/pipe.c
@@ -24,8 +24,8 @@
 extern int am_sender;
 extern int am_server;
 extern int blocking_io;
-extern int orig_umask;
 extern int filesfrom_fd;
+extern mode_t orig_umask;
 extern struct chmod_mode_struct *chmod_modes;
 
 /**