X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/7ea84b6890bfe0de58bda4553b3c4a39a18c7499..5481e42cd6aa83ec9d3b296860d8cdd4bf6088d7:/lib/permstring.c diff --git a/lib/permstring.c b/lib/permstring.c index fc75d088..3834b7a1 100644 --- a/lib/permstring.c +++ b/lib/permstring.c @@ -26,8 +26,7 @@ * * @param buf buffer of at least 11 characters **/ -void permstring(char *perms, - int mode) +void permstring(char *perms, mode_t mode) { static const char *perm_map = "rwxrwxrwx"; int i;