svn commit: r190871 - head/lib/libc/rpc

Ed Maste emaste at FreeBSD.org
Thu Apr 9 20:57:36 UTC 2009


Author: emaste
Date: Thu Apr  9 20:57:35 2009
New Revision: 190871
URL: http://svn.freebsd.org/changeset/base/190871

Log:
  Include a space between "send" and "broadcast".

Modified:
  head/lib/libc/rpc/clnt_bcast.c

Modified: head/lib/libc/rpc/clnt_bcast.c
==============================================================================
--- head/lib/libc/rpc/clnt_bcast.c	Thu Apr  9 19:11:08 2009	(r190870)
+++ head/lib/libc/rpc/clnt_bcast.c	Thu Apr  9 20:57:35 2009	(r190871)
@@ -461,7 +461,7 @@ rpc_broadcast_exp(prog, vers, proc, xarg
 #ifdef RPC_DEBUG
 						perror("sendto");
 #endif
-						warnx("clnt_bcast: cannot send"
+						warnx("clnt_bcast: cannot send "
 						      "broadcast packet");
 						stat = RPC_CANTSEND;
 						continue;


More information about the svn-src-head mailing list