Partially fix (well, work around) warnings inspired by lint, a

commercial lint and WARNS=4.
This commit is contained in:
Mark Murray 2002-02-22 21:02:58 +00:00
parent 9b2010a2de
commit fab912df88
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91083

View File

@ -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);
}