git: eae7dd0f221f - main - rbootd: Remove an unnecessary (and incomplete) function prototype.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Apr 2023 18:31:29 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=eae7dd0f221fe28b3903b46f7c3d1d01d7400939 commit eae7dd0f221fe28b3903b46f7c3d1d01d7400939 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2023-04-18 18:22:08 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2023-04-18 18:22:08 +0000 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)) {