Eliminated compiler warnings. Fixed by Rick Osborne <rick@stacey.net>.

This commit is contained in:
wtc 1998-04-24 19:48:37 +00:00
Родитель d73079e324
Коммит 3ac5d1a576
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;