diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2026-02-02 21:20:10 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2026-02-02 21:20:10 +0000 |
| commit | e236502a997da6bc94d018d5c5f79bfe17f0f1e7 (patch) | |
| tree | 2024e305f8a83a0f3fbbe62cdb1e5b98c5db7cc9 /usr.sbin/ypbind/ypbind.c | |
| parent | 47413f23e503e796989b35dfb04e453c5b6e2d01 (diff) | |
Diffstat (limited to 'usr.sbin/ypbind/ypbind.c')
| -rw-r--r-- | usr.sbin/ypbind/ypbind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ypbind/ypbind.c b/usr.sbin/ypbind/ypbind.c index 2aacfa5c87d6..6ed45eeb8dc6 100644 --- a/usr.sbin/ypbind/ypbind.c +++ b/usr.sbin/ypbind/ypbind.c @@ -748,7 +748,7 @@ broadcast(struct _dom_binding *ypdb) stat = clnt_broadcast(YPPROG, YPVERS, YPPROC_DOMAIN_NONACK, (xdrproc_t)xdr_domainname, &ptr, (xdrproc_t)xdr_bool, &out, - (resultproc_t)broadcast_result); + (clnt_broadcast_resultproc_t)broadcast_result); } if (stat != RPC_SUCCESS) { |
