aboutsummaryrefslogtreecommitdiff
path: root/libexec/rbootd
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2023-04-18 18:22:08 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2023-04-18 18:22:08 +0000
commiteae7dd0f221fe28b3903b46f7c3d1d01d7400939 (patch)
tree7487292ce8223f23540b6ad5f55be76e26bbb619 /libexec/rbootd
parente4253ae822ec819a6258b98023c90378b894896a (diff)
downloadsrc-eae7dd0f221fe28b3903b46f7c3d1d01d7400939.tar.gz
src-eae7dd0f221fe28b3903b46f7c3d1d01d7400939.zip
rbootd: Remove an unnecessary (and incomplete) function prototype.
Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D39522
Diffstat (limited to 'libexec/rbootd')
-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)) {