Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/usr.bin/rpcgen Pull up revision 1.14 (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/26aa11716078
branches:  netbsd-1-4
changeset: 471090:26aa11716078
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 19 16:32:31 2000 +0000

description:
Pull up revision 1.14 (requested by he):
  Format string cleanup.

diffstat:

 usr.bin/rpcgen/rpc_hout.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a9c4edabe026 -r 26aa11716078 usr.bin/rpcgen/rpc_hout.c
--- a/usr.bin/rpcgen/rpc_hout.c Thu Oct 19 16:32:29 2000 +0000
+++ b/usr.bin/rpcgen/rpc_hout.c Thu Oct 19 16:32:31 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rpc_hout.c,v 1.11 1998/10/19 00:43:59 wsanchez Exp $   */
+/*     $NetBSD: rpc_hout.c,v 1.11.2.1 2000/10/19 16:32:31 he Exp $     */
 /*
  * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
  * unrestricted use provided that this legend is included on all tape
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)rpc_hout.c 1.12 89/02/22 (C) 1987 SMI";
 #else
-__RCSID("$NetBSD: rpc_hout.c,v 1.11 1998/10/19 00:43:59 wsanchez Exp $");
+__RCSID("$NetBSD: rpc_hout.c,v 1.11.2.1 2000/10/19 16:32:31 he Exp $");
 #endif
 #endif
 
@@ -508,7 +508,7 @@
                        break;
                }
        }
-       f_print(fout, separator);
+       f_print(fout, "%s", separator);
 }
 
 static int



Home | Main Index | Thread Index | Old Index