libc: cleanup unnecessary semicolons (part 2).

Found with devel/coccinelle.
This commit is contained in:
Pedro F. Giffuni 2016-04-11 18:09:38 +00:00
parent 3fc873ffe2
commit 341f552d8c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297829
2 changed files with 2 additions and 2 deletions

View File

@ -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 "

View File

@ -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);