libc: cleanup unnecessary semicolons (part 2).
Found with devel/coccinelle.
This commit is contained in:
parent
0ffec0d8f2
commit
6aa2038d47
@ -469,7 +469,7 @@ rpc_broadcast_exp(rpcprog_t prog, rpcvers_t vers, rpcproc_t proc,
|
||||
"broadcast packet");
|
||||
stat = RPC_CANTSEND;
|
||||
continue;
|
||||
};
|
||||
}
|
||||
#ifdef RPC_DEBUG
|
||||
if (!__rpc_lowvers)
|
||||
fprintf(stderr, "Broadcast packet sent "
|
||||
|
@ -402,7 +402,7 @@ clnt_tli_create(int fd, const struct netconfig *nconf,
|
||||
if (madefd) {
|
||||
(void) CLNT_CONTROL(cl, CLSET_FD_CLOSE, NULL);
|
||||
/* (void) CLNT_CONTROL(cl, CLSET_POP_TIMOD, NULL); */
|
||||
};
|
||||
}
|
||||
|
||||
return (cl);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user