Fixed a bug when a non-root user copies a GID=0 file with -g set
[rsync/rsync.git] / lib / permstring.h
1 #define PERMSTRING_SIZE 11
2
3 void permstring(char *perms, int mode);