sys/param.h

Jeroen Ruigrok/asmodai asmodai at wxs.nl
Fri Aug 1 15:08:35 PDT 2003


-On [20030801 19:32], Matthew Dillon (dillon at xxxxxxxxxxxxxxxxxxxx) wrote:
>    Ah, this is a nice cleanup patch, thanks!  A few minor errors which
>    I will correct when I commit it in a moment.

Weird, email never got through to my end of the commit.

>:-#  define	SLEEP(id, n)	sleep((id), PZERO+1)
>:+#  define	SLEEP(id, n)	sleep((id), 1)
>
>    'PZERO+1' was the old priority, so the new one should be 0
>    (i.e. flags only).

I was in doubt there and took the safe way out. :)

>:-#  define	SLEEP(id, n)	sleep((id), PZERO+1)
>:+#  define	SLEEP(id, n)	sleep((id), 1)
>
>    Same thing... just 0.  Don't worry about regenerating,
>    I'll fix these on the fly.

Thanks.  I'll have a few more coming in the next few days as well as a
sh bug fix I am working on right now.
Keep you posted.

-- 
Jeroen Ruigrok van der Werven <asmodai(at)wxs.nl> / asmodai
PGP fingerprint: 2D92 980E 45FE 2C28 9DB7  9D88 97E6 839B 2EAC 625B
http://www.tendra.org/   | http://www.in-nomine.org/~asmodai/diary/
Man's love is of man's life a part; it is a woman's whole existance...





More information about the Kernel mailing list