Source-Changes-HG archive

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

[src/trunk]: src/lib/librpcsvc size is really a u_int



details:   https://anonhg.NetBSD.org/src/rev/5882c74d8d12
branches:  trunk
changeset: 521792:5882c74d8d12
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Feb 05 22:01:09 2002 +0000

description:
size is really a u_int

diffstat:

 lib/librpcsvc/rnusers.x |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 50b9620fd7b3 -r 5882c74d8d12 lib/librpcsvc/rnusers.x
--- a/lib/librpcsvc/rnusers.x   Tue Feb 05 21:50:34 2002 +0000
+++ b/lib/librpcsvc/rnusers.x   Tue Feb 05 22:01:09 2002 +0000
@@ -36,7 +36,7 @@
 %#ifndef lint
 %/*static char sccsid[] = "from: @(#)rnusers.x 1.2 87/09/20 Copyr 1987 Sun Micro";*/
 %/*static char sccsid[] = "from: @(#)rnusers.x 2.1 88/08/01 4.0 RPCSRC";*/
-%__RCSID("$NetBSD: rnusers.x,v 1.9 1999/07/02 15:44:13 simonb Exp $");
+%__RCSID("$NetBSD: rnusers.x,v 1.10 2002/02/05 22:01:09 christos Exp $");
 %#endif /* not lint */
 #endif
 
@@ -114,7 +114,7 @@
 %      struct ru_utmp *objp;
 %{
 %      char *ptr;
-%      int size;
+%      u_int size;
 %
 %      /*
 %       * We are using a non-malloc allocated array,



Home | Main Index | Thread Index | Old Index