Module Name:    src
Committed By:   dholland
Date:           Sun Mar  7 23:45:23 UTC 2010

Modified Files:
        src/lib/libc/rpc: clnt_bcast.c

Log Message:
remove stray semicolon


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/rpc/clnt_bcast.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/rpc/clnt_bcast.c
diff -u src/lib/libc/rpc/clnt_bcast.c:1.20 src/lib/libc/rpc/clnt_bcast.c:1.21
--- src/lib/libc/rpc/clnt_bcast.c:1.20	Thu Feb 12 04:32:05 2009
+++ src/lib/libc/rpc/clnt_bcast.c	Sun Mar  7 23:45:22 2010
@@ -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 "

Reply via email to