diff options
Diffstat (limited to 'Xtransutil.c')
-rw-r--r-- | Xtransutil.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Xtransutil.c b/Xtransutil.c index cc57193..4fa9cf8 100644 --- a/Xtransutil.c +++ b/Xtransutil.c @@ -660,8 +660,10 @@ trans_mkdir(char *path, int mode) return -1; } #endif +#ifndef __APPLE_CC__ PRMSG(1, "mkdir: Owner of %s should be set to root\n", path, 0, 0); +#endif } if (updateMode && !updatedMode) { |