Nicpon, John wrote:

> Please specifically define where data goes that is sent to /dev/null
> 


Without actually looking at the code, the generic definition of /dev/null goes 
something to the effect of:


----
open /dev/null

while(1)
{
        select on /dev/null
        read byte from /dev/null
}
----

So basically, it just reads what is there, but does absolutely nothing with it.


jim
-- 
          ET has one helluva sense of humor!
     He's always anal-probing right-wing schizos!
-----------------------------------------------------
                POWER TO THE PEOPLE!
-----------------------------------------------------
"Religious fundamentalism is the biggest threat to
     international security that exists today."
  United Nations Secretary General B.B.Ghali, 1995


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to