X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8f3f8eec08624e538e98f43a3157f3d9a0c41c79..8120a98f47d1dd8a583abe1cfe11aa8366d04e6b:/rsync.h diff --git a/rsync.h b/rsync.h index 6811385e..ef8e3b4d 100644 --- a/rsync.h +++ b/rsync.h @@ -593,6 +593,10 @@ extern int errno; #define STDERR_FILENO 2 #endif +#ifndef S_IRUSR +#define S_IRUSR 0400 +#endif + #ifndef S_IWUSR #define S_IWUSR 0200 #endif