commit 669a062b5ac041312f6b9371b665f9c1e2b93799 from: rsc date: Sun Jan 30 16:35:05 2005 UTC osprocid can be -1 commit - 2c0803972bab12df909dac3922a4b73d16221553 commit + 669a062b5ac041312f6b9371b665f9c1e2b93799 blob - cb5b0168cc7fe978fd07ef63442b5c36ac85c8d5 blob + f0b55d971a3c1016329be22b33377a996a22d60a --- src/libthread/threadimpl.h +++ src/libthread/threadimpl.h @@ -95,7 +95,7 @@ struct Proc #ifdef PLAN9PORT_USING_PTHREADS pthread_t osprocid; #else - uint osprocid; + int osprocid; #endif Lock lock; int nswitch;