summaryrefslogtreecommitdiff
path: root/pipe.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-02-24 01:56:26 +0000
committerWayne Davison <wayned@samba.org>2006-02-24 01:56:26 +0000
commitc5b7aa153235d39720d80c3e7e700d83e9ff2e91 (patch)
tree9278cbb593b37dbe9a9dd9aa58588820a1de7f50 /pipe.c
parent904e5af12874694c47b7ccf7b8b2e6aa883cab0f (diff)
downloadrsync-c5b7aa153235d39720d80c3e7e700d83e9ff2e91.tar.gz
rsync-c5b7aa153235d39720d80c3e7e700d83e9ff2e91.tar.bz2
rsync-c5b7aa153235d39720d80c3e7e700d83e9ff2e91.zip
The orig_umask value is now a mode_t.
Diffstat (limited to 'pipe.c')
-rw-r--r--pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pipe.c b/pipe.c
index da1b4de0..84706085 100644
--- 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;
/**