From 29a481dce88c82f750433e906c9c1a579e5b16fe Mon Sep 17 00:00:00 2001 From: emaste Date: Thu, 9 Apr 2009 20:57:35 +0000 Subject: Include a space between "send" and "broadcast". --- lib/libc/rpc/clnt_bcast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') 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; -- cgit v1.1