Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2023 18:31:29 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: eae7dd0f221f - main - rbootd: Remove an unnecessary (and incomplete) function prototype.
Message-ID:  <202304181831.33IIVTZN026897@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304181831.33IIVTZN026897>