diff options
author | emaste <emaste@FreeBSD.org> | 2009-04-09 20:57:35 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2009-04-09 20:57:35 +0000 |
commit | 29a481dce88c82f750433e906c9c1a579e5b16fe (patch) | |
tree | b32ab75890c7b8ed532be81ccee4aafe7a736e86 /lib/libc | |
parent | 51285267a257d47953680511adaaa63ced169b44 (diff) | |
download | FreeBSD-src-29a481dce88c82f750433e906c9c1a579e5b16fe.zip FreeBSD-src-29a481dce88c82f750433e906c9c1a579e5b16fe.tar.gz |
Include a space between "send" and "broadcast".
Diffstat (limited to 'lib/libc')
-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 eef0ca5..612007e 100644 --- a/lib/libc/rpc/clnt_bcast.c +++ b/lib/libc/rpc/clnt_bcast.c @@ -461,7 +461,7 @@ rpc_broadcast_exp(prog, vers, proc, xargs, argsp, xresults, resultsp, #ifdef RPC_DEBUG perror("sendto"); #endif - warnx("clnt_bcast: cannot send" + warnx("clnt_bcast: cannot send " "broadcast packet"); stat = RPC_CANTSEND; continue; |