Hello Fans,

> Is there any reason for the for()-loop?
Without 'for' you can't call:
sleep max-long-value

I wont also add question:

sysproc.c:
> long
> syssleep(ulong *arg)
> {
>       int n;
>       n = arg[0];
>

man 2 sleep
> int sleep(long millisecs)

Why 'n' not defined as long?

-- 
http://rs-rlab.narod.ru                            mailto:[EMAIL PROTECTED]

Reply via email to