Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/rpc missing space in a warning
details:   https://anonhg.NetBSD.org/src/rev/9282a312422d
branches:  trunk
changeset: 509615:9282a312422d
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue May 08 23:21:17 2001 +0000
description:
missing space in a warning
diffstat:
 lib/libc/rpc/clnt_bcast.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a12b30e55b00 -r 9282a312422d lib/libc/rpc/clnt_bcast.c
--- a/lib/libc/rpc/clnt_bcast.c Tue May 08 21:55:37 2001 +0000
+++ b/lib/libc/rpc/clnt_bcast.c Tue May 08 23:21:17 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: clnt_bcast.c,v 1.4 2001/01/04 14:42:18 lukem Exp $     */
+/*     $NetBSD: clnt_bcast.c,v 1.5 2001/05/08 23:21:17 lukem Exp $     */
 
 /*
  * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -470,7 +470,7 @@
                                                perror("sendto");
 #endif
                                                warnx("clnt_bcast: cannot send"
-                                                     "broadcast packet");
+                                                     " broadcast packet");
                                                stat = RPC_CANTSEND;
                                                continue;
                                        };
Home |
Main Index |
Thread Index |
Old Index