changed char to long to be safe- oustanding count

This commit is contained in:
Jeff Hill
1991-09-24 16:31:36 +00:00
parent d1142afdcf
commit fc23b4ef23
+3 -1
View File
@@ -27,6 +27,8 @@
* -----------------
* .01 07-01-91 joh initial version
* .02 08-05-91 mrk Make more compatible with db_test.c
* .03 09-24-91 joh changed declaration of `outstanding'
* to a long
*
* make options
* -DvxWorks makes a version for VxWorks
@@ -47,7 +49,7 @@
void printit();
void verify();
static char outstanding;
static long outstanding;
#ifndef vxWorks
main(argc,argv)