Equipped output of lsl with '+' perm if ACL is present

This commit is contained in:
2009-01-31 10:11:37 +00:00
parent 002ba5d6d2
commit 4ceee394f7
3 changed files with 24 additions and 7 deletions

View File

@ -386,7 +386,7 @@ int Xorriso_regexec(struct XorrisO *xorriso, char *to_match, int *failed_at,
int Xorriso_prepare_expansion_pattern(struct XorrisO *xorriso, char *pattern,
int flag);
int Xorriso__mode_to_perms(mode_t st_mode, char perms[10], int flag);
int Xorriso__mode_to_perms(mode_t st_mode, char perms[11], int flag);
int Xorriso_much_too_long(struct XorrisO *xorriso, int len, int flag);