diff --git a/libexec/rbootd/rbootd.c b/libexec/rbootd/rbootd.c --- a/libexec/rbootd/rbootd.c +++ b/libexec/rbootd/rbootd.c @@ -249,7 +249,7 @@ if (FD_ISSET(fd, &r)) { RMPCONN rconn; - CLIENT *client, *FindClient(); + CLIENT *client; int doread = 1; while (BpfRead(&rconn, doread)) {