aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rbootd/rbootd.c2
1 files changed, 1 insertions, 1 deletions
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)) {