aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-03-02 14:59:06 +0000
committerWarner Losh <imp@FreeBSD.org>2023-03-02 14:59:13 +0000
commita5aa07dd855e55cd2800dd9ff7c3bddce2502b39 (patch)
tree094d149baebedf1593a551921d779a7289c45269
parent86cda797bd85531abdbf928030a580f683587c6b (diff)
downloadsrc-a5aa07dd855e55cd2800dd9ff7c3bddce2502b39.tar.gz
src-a5aa07dd855e55cd2800dd9ff7c3bddce2502b39.zip
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
-rw-r--r--usr.sbin/extattr/rmextattr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/extattr/rmextattr.c b/usr.sbin/extattr/rmextattr.c
index 0daf15cec940..b2f37d1caf0f 100644
--- a/usr.sbin/extattr/rmextattr.c
+++ b/usr.sbin/extattr/rmextattr.c
@@ -98,7 +98,6 @@ mkbuf(char **buf, int *oldlen, int newlen)
if (*buf == NULL)
err(1, "malloc");
*oldlen = newlen;
- return;
}
int