aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-03-02 14:59:07 +0000
committerWarner Losh <imp@FreeBSD.org>2023-03-02 15:01:39 +0000
commitae90e9a9d6c3d4f28b2c7d9bd203187ab969b294 (patch)
treeefeb398e7b7f55b0e43045f31c50d94443e29385
parent0715ec7eb4759489b68b651a205922a6564ed798 (diff)
downloadsrc-ae90e9a9d6c3d4f28b2c7d9bd203187ab969b294.tar.gz
src-ae90e9a9d6c3d4f28b2c7d9bd203187ab969b294.zip
yp_mkdb: 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/yp_mkdb/yp_mkdb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/yp_mkdb/yp_mkdb.c b/usr.sbin/yp_mkdb/yp_mkdb.c
index 19139c3dc61e..021153bdb03a 100644
--- a/usr.sbin/yp_mkdb/yp_mkdb.c
+++ b/usr.sbin/yp_mkdb/yp_mkdb.c
@@ -92,7 +92,6 @@ unwind(char *map)
(int)data.size, (char *)data.data);
(void)(dbp->close)(dbp);
- return;
}
int