diff options
-rw-r--r-- | lib/libc/rpc/clnt_bcast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/clnt_bcast.c b/lib/libc/rpc/clnt_bcast.c index f6f8641..e2173464 100644 --- a/lib/libc/rpc/clnt_bcast.c +++ b/lib/libc/rpc/clnt_bcast.c @@ -417,7 +417,7 @@ rpc_broadcast_exp(prog, vers, proc, xargs, argsp, xresults, resultsp, outlen_pmap = xdr_getpos(xdrs); xdr_destroy(xdrs); } -#endif PORTMAP +#endif /* PORTMAP */ /* * Basic loop: broadcast the packets to transports which |