Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/rpc remove stray semicolon
details: https://anonhg.NetBSD.org/src/rev/0b5a0865c175
branches: trunk
changeset: 752814:0b5a0865c175
user: dholland <dholland%NetBSD.org@localhost>
date: Sun Mar 07 23:45:22 2010 +0000
description:
remove stray semicolon
diffstat:
lib/libc/rpc/clnt_bcast.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 94239dbdcec8 -r 0b5a0865c175 lib/libc/rpc/clnt_bcast.c
--- a/lib/libc/rpc/clnt_bcast.c Sun Mar 07 23:28:14 2010 +0000
+++ b/lib/libc/rpc/clnt_bcast.c Sun Mar 07 23:45:22 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: clnt_bcast.c,v 1.20 2009/02/12 04:32:05 lukem Exp $ */
+/* $NetBSD: clnt_bcast.c,v 1.21 2010/03/07 23:45:22 dholland Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -39,7 +39,7 @@
#if 0
static char sccsid[] = "@(#)clnt_bcast.c 1.15 89/04/21 Copyr 1988 Sun Micro";
#else
-__RCSID("$NetBSD: clnt_bcast.c,v 1.20 2009/02/12 04:32:05 lukem Exp $");
+__RCSID("$NetBSD: clnt_bcast.c,v 1.21 2010/03/07 23:45:22 dholland Exp $");
#endif
#endif
@@ -475,7 +475,7 @@
" broadcast packet");
stat = RPC_CANTSEND;
continue;
- };
+ }
#ifdef RPC_DEBUG
if (!__rpc_lowvers)
fprintf(stderr, "Broadcast packet sent "
Home |
Main Index |
Thread Index |
Old Index