sys/param.h

Matthew Dillon dillon at apollo.backplane.com
Fri Aug 1 10:05:08 PDT 2003


: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 at xxxxxxxxxxxxx>





More information about the Kernel mailing list