rbootd: Remove an unnecessary (and incomplete) function prototype.

Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D39522
This commit is contained in:
John Baldwin 2023-04-18 11:22:08 -07:00
parent e4253ae822
commit eae7dd0f22

View File

@ -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)) {