X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/cd3fe9fb03065b0284eaac4069ffde5cad5081f6..2b284ee33d97c4414c49c45720a3566a58a93a18:/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