From eae7dd0f221fe28b3903b46f7c3d1d01d7400939 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 18 Apr 2023 11:22:08 -0700 Subject: [PATCH] rbootd: Remove an unnecessary (and incomplete) function prototype. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D39522 --- libexec/rbootd/rbootd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rbootd/rbootd.c b/libexec/rbootd/rbootd.c index 3bc02ec9cb80..9e1c8e0bda76 100644 --- a/libexec/rbootd/rbootd.c +++ b/libexec/rbootd/rbootd.c @@ -249,7 +249,7 @@ main(int argc, char *argv[]) if (FD_ISSET(fd, &r)) { RMPCONN rconn; - CLIENT *client, *FindClient(); + CLIENT *client; int doread = 1; while (BpfRead(&rconn, doread)) {