summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc <devnull@localhost>1998-04-24 19:48:37 +0000
committerwtc <devnull@localhost>1998-04-24 19:48:37 +0000
commitf111775490fe8bad5f071bbeaff5ba33dbdedec0 (patch)
treee302d1437e61523c06df213e0ad128def37166f5
parentd960694da1962784fc3cf8dd69714c244def866c (diff)
downloadnspr-hg-f111775490fe8bad5f071bbeaff5ba33dbdedec0.tar.gz
Eliminated compiler warnings. Fixed by Rick Osborne <rick@stacey.net>.
-rw-r--r--pr/tests/thruput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/tests/thruput.c b/pr/tests/thruput.c
index a52fb27b..654a6bac 100644
--- a/pr/tests/thruput.c
+++ b/pr/tests/thruput.c
@@ -51,7 +51,7 @@ static PRInt32 protocol = 6; /* TCP */
static PRFileDesc *err = NULL;
static PRIntn concurrency = 1;
static PRInt32 xport_buffer = -1;
-static PRInt32 initial_streams = 1;
+static PRUint32 initial_streams = 1;
static PRInt32 buffer_size = BUFFER_SIZE;
static PRThreadScope thread_scope = PR_LOCAL_THREAD;