git: 6e90567dde1d - main - rpc.ypxfrd: Remove return statement at the end of void functions

From: Mitchell Horne <mhorne_at_FreeBSD.org>
Date: Mon, 06 Nov 2023 19:07:34 UTC
The branch main has been updated by mhorne:

URL: https://cgit.FreeBSD.org/src/commit/?id=6e90567dde1d8692e9e631f8b0939029e9c63cb5

commit 6e90567dde1d8692e9e631f8b0939029e9c63cb5
Author:     Elyes Haouas <ehaouas@noos.fr>
AuthorDate: 2023-11-03 17:46:38 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2023-11-06 19:07:10 +0000

    rpc.ypxfrd: Remove return statement at the end of void functions
    
    Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
---
 usr.sbin/rpc.ypxfrd/ypxfrd_main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/usr.sbin/rpc.ypxfrd/ypxfrd_main.c b/usr.sbin/rpc.ypxfrd/ypxfrd_main.c
index be24b8d7dff1..5498535930f1 100644
--- a/usr.sbin/rpc.ypxfrd/ypxfrd_main.c
+++ b/usr.sbin/rpc.ypxfrd/ypxfrd_main.c
@@ -182,7 +182,6 @@ static void reaper(int sig)
 	}
 
 	errno = saved_errno;
-	return;
 }
 
 void