Source-Changes-HG archive

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

[src/nathanw_sa]: src/lib/libc/rpc Delint by changing an int variable to size_t.



details:   https://anonhg.NetBSD.org/src/rev/3fe42b929471
branches:  nathanw_sa
changeset: 505481:3fe42b929471
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Tue Dec 18 22:32:38 2001 +0000

description:
Delint by changing an int variable to size_t.

diffstat:

 lib/libc/rpc/clnt_dg.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 69db57966a1f -r 3fe42b929471 lib/libc/rpc/clnt_dg.c
--- a/lib/libc/rpc/clnt_dg.c    Tue Dec 18 22:31:17 2001 +0000
+++ b/lib/libc/rpc/clnt_dg.c    Tue Dec 18 22:32:38 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: clnt_dg.c,v 1.7.2.2 2001/11/16 01:33:22 thorpej Exp $  */
+/*     $NetBSD: clnt_dg.c,v 1.7.2.3 2001/12/18 22:32:38 nathanw Exp $  */
 
 /*
  * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -176,7 +176,7 @@
        mutex_lock(&clnt_fd_lock);
        if (dg_fd_locks == (int *) NULL) {
 #ifdef _REENTRANT
-               int cv_allocsz;
+               size_t cv_allocsz;
 #endif
                size_t fd_allocsz;
                int dtbsize = __rpc_dtbsize();



Home | Main Index | Thread Index | Old Index