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.17 (requested by he):
details: https://anonhg.NetBSD.org/src/rev/c725936721d1
branches: netbsd-1-4
changeset: 471091:c725936721d1
user: he <he%NetBSD.org@localhost>
date: Thu Oct 19 16:32:34 2000 +0000
description:
Pull up revision 1.17 (requested by he):
Format string cleanup.
diffstat:
usr.bin/rpcgen/rpc_main.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 26aa11716078 -r c725936721d1 usr.bin/rpcgen/rpc_main.c
--- a/usr.bin/rpcgen/rpc_main.c Thu Oct 19 16:32:31 2000 +0000
+++ b/usr.bin/rpcgen/rpc_main.c Thu Oct 19 16:32:34 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rpc_main.c,v 1.15 1998/12/19 21:19:12 christos Exp $ */
+/* $NetBSD: rpc_main.c,v 1.15.2.1 2000/10/19 16:32:34 he Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -35,7 +35,7 @@
#if 0
static char sccsid[] = "@(#)rpc_main.c 1.30 89/03/30 (C) 1987 SMI";
#else
-__RCSID("$NetBSD: rpc_main.c,v 1.15 1998/12/19 21:19:12 christos Exp $");
+__RCSID("$NetBSD: rpc_main.c,v 1.15.2.1 2000/10/19 16:32:34 he Exp $");
#endif
#endif
@@ -505,7 +505,7 @@
}
-char rpcgen_table_dcl[] = "struct rpcgen_table {\n\
+const char rpcgen_table_dcl[] = "struct rpcgen_table {\n\
char *(*proc)();\n\
xdrproc_t xdr_arg;\n\
unsigned len_arg;\n\
Home |
Main Index |
Thread Index |
Old Index