mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 00:33:30 +00:00
rbootd: Remove an unnecessary (and incomplete) function prototype.
Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D39522
This commit is contained in:
parent
e4253ae822
commit
eae7dd0f22
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user