Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/rpc.pcnfsd follow-up rpcgen changes.
details: https://anonhg.NetBSD.org/src/rev/6446f3f7c9ec
branches: trunk
changeset: 538819:6446f3f7c9ec
user: petrov <petrov%NetBSD.org@localhost>
date: Thu Oct 31 08:39:13 2002 +0000
description:
follow-up rpcgen changes.
diffstat:
usr.sbin/rpc.pcnfsd/pcnfsd.x | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6ebce0197d8a -r 6446f3f7c9ec usr.sbin/rpc.pcnfsd/pcnfsd.x
--- a/usr.sbin/rpc.pcnfsd/pcnfsd.x Thu Oct 31 02:51:06 2002 +0000
+++ b/usr.sbin/rpc.pcnfsd/pcnfsd.x Thu Oct 31 08:39:13 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcnfsd.x,v 1.3 1997/10/25 13:45:56 lukem Exp $ */
+/* $NetBSD: pcnfsd.x,v 1.4 2002/10/31 08:39:13 petrov Exp $ */
/* The maximum number of bytes in a user name argument */
const IDENTLEN = 32;
@@ -630,7 +630,7 @@
** The following forces a publically-visible msg_out()
*/
%#if RPC_SVC
-% static void _msgout __P((char *));
+% static void _msgout __P((const char *));
% void msg_out(msg) char *msg; {_msgout(msg);}
%#endif
%#if RPC_HDR
Home |
Main Index |
Thread Index |
Old Index