From 14846f9b49e8c3ca22f30e84220badda0198b0a1 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 9 Apr 2009 20:57:35 +0000 Subject: [PATCH] Include a space between "send" and "broadcast". --- lib/libc/rpc/clnt_bcast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/rpc/clnt_bcast.c b/lib/libc/rpc/clnt_bcast.c index eef0ca59a02f..612007ee2c98 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;