Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/rpc int -> size_t



details:   https://anonhg.NetBSD.org/src/rev/1eea07862ff9
branches:  trunk
changeset: 472606:1eea07862ff9
user:      christos <christos%NetBSD.org@localhost>
date:      Mon May 03 15:26:49 1999 +0000

description:
int -> size_t

diffstat:

 lib/libc/rpc/clnt_perror.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9b32769558d9 -r 1eea07862ff9 lib/libc/rpc/clnt_perror.c
--- a/lib/libc/rpc/clnt_perror.c        Mon May 03 15:26:12 1999 +0000
+++ b/lib/libc/rpc/clnt_perror.c        Mon May 03 15:26:49 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: clnt_perror.c,v 1.16 1999/01/20 11:37:35 lukem Exp $   */
+/*     $NetBSD: clnt_perror.c,v 1.17 1999/05/03 15:26:49 christos Exp $        */
 
 /*
  * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -35,7 +35,7 @@
 static char *sccsid = "@(#)clnt_perror.c 1.15 87/10/07 Copyr 1984 Sun Micro";
 static char *sccsid = "@(#)clnt_perror.c       2.1 88/07/29 4.0 RPCSRC";
 #else
-__RCSID("$NetBSD: clnt_perror.c,v 1.16 1999/01/20 11:37:35 lukem Exp $");
+__RCSID("$NetBSD: clnt_perror.c,v 1.17 1999/05/03 15:26:49 christos Exp $");
 #endif
 #endif
 
@@ -66,7 +66,7 @@
 #endif
 
 static char *buf;
-static int buflen;
+static size_t buflen;
 
 static char *_buf __P((void));
 static char *auth_errmsg __P((enum auth_stat));



Home | Main Index | Thread Index | Old Index