Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/fs/common/nfsrpc make unsignedness match
details: https://anonhg.NetBSD.org/src/rev/1934f1ce1d8e
branches: trunk
changeset: 756630:1934f1ce1d8e
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Jul 26 17:53:21 2010 +0000
description:
make unsignedness match
diffstat:
tests/fs/common/nfsrpc/svc.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r cc3fe9eb4d09 -r 1934f1ce1d8e tests/fs/common/nfsrpc/svc.c
--- a/tests/fs/common/nfsrpc/svc.c Mon Jul 26 17:25:31 2010 +0000
+++ b/tests/fs/common/nfsrpc/svc.c Mon Jul 26 17:53:21 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: svc.c,v 1.1 2010/07/26 15:56:45 pooka Exp $ */
+/* $NetBSD: svc.c,v 1.2 2010/07/26 17:53:21 pooka Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -35,7 +35,7 @@
static char *sccsid = "@(#)svc.c 1.44 88/02/08 Copyr 1984 Sun Micro";
static char *sccsid = "@(#)svc.c 2.4 88/08/11 4.0 RPCSRC";
#else
-__RCSID("$NetBSD: svc.c,v 1.1 2010/07/26 15:56:45 pooka Exp $");
+__RCSID("$NetBSD: svc.c,v 1.2 2010/07/26 17:53:21 pooka Exp $");
#endif
#endif
@@ -673,7 +673,7 @@
fd_set *readfds;
{
int bit, fd;
- int32_t mask, *maskp;
+ uint32_t mask, *maskp;
int sock;
_DIAGASSERT(readfds != NULL);
Home |
Main Index |
Thread Index |
Old Index