osprocid can be -1

This commit is contained in:
rsc 2005-01-30 16:35:05 +00:00
parent 2c0803972b
commit 669a062b5a

View file

@ -95,7 +95,7 @@ struct Proc
#ifdef PLAN9PORT_USING_PTHREADS
pthread_t osprocid;
#else
uint osprocid;
int osprocid;
#endif
Lock lock;
int nswitch;