extattr: Remove useless return at the end of void function

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/656
This commit is contained in:
Elyes Haouas 2023-03-02 07:59:06 -07:00 committed by Warner Losh
parent 86cda797bd
commit a5aa07dd85

View file

@ -98,7 +98,6 @@ mkbuf(char **buf, int *oldlen, int newlen)
if (*buf == NULL)
err(1, "malloc");
*oldlen = newlen;
return;
}
int