DragonFly kernel List (threaded) for 2003-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: sys/param.h
:I need to check out the PCATCH stuff, but for now I cleaned up the
:others.
:
:Find patch attached.
:
:--
:Jeroen Ruigrok van der Werven <asmodai(at)wxs.nl> / asmodai
Ah, this is a nice cleanup patch, thanks! A few minor errors which
I will correct when I commit it in a moment.
:-# 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).
. ..
:-# 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.
-Matt
Matthew Dillon
<dillon@xxxxxxxxxxxxx>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]