mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
Partially fix (well, work around) warnings inspired by lint, a
commercial lint and WARNS=4.
This commit is contained in:
parent
9b2010a2de
commit
fab912df88
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91083
@ -188,8 +188,8 @@ print_acl(char *path, acl_type_t type)
|
||||
|
||||
printf("%s", acl_text);
|
||||
|
||||
acl_free(acl);
|
||||
acl_free(acl_text);
|
||||
(void)acl_free(acl);
|
||||
(void)acl_free(acl_text);
|
||||
|
||||
return(0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user