mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-09-08 11:22:14 -04:00
Changed the mode arg from an int to a mode_t.
This commit is contained in:
1 parent
9ec1ef2535
commit
65854cf91a
2 files changed
+2
-3
No files matched your search
+1
-1
@@ -1,3 +1,3 @@
|
||||
#define PERMSTRING_SIZE 11
|
||||
|
||||
void permstring(char *perms, int mode);
|
||||
void permstring(char *perms, mode_t mode);
|
||||
Reference in new issue
Block a user