On Thu, 13 Sep 2001, Warner Losh wrote:

> In message <[EMAIL PROTECTED]> Julian 
>Elischer writes:
> : Why are you doing this?
> : having pointers to threads that are calle proc is going to be REALLY 
> : confusing!
> 
> I did the opposite to make my stuff more portable to -stable.  Eg, I
> was able to get away with '#define thread proc' given my use of the
> struct thread/proc.
> 
> I find changes of this nature to be espeically bad for people that
> have to live in multiple versions of the OS.
changes of which nature (It's not sure if you are FOR
#define proc thread
or against it..

(It wouldn't be so bad if it were
#define task thread
on one OS and 
#define task proc 
on another..

> 
> Warner
> 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to