> rather silly to have them in the code.  Lastly, memset(,0,) is not as 
> fast as bzero(3).  I've moved several calls from memset(,0,) to 
> bzero(3) and would suggest the rest of the tree be swept for similar 
> changes.  

Hm - bzero is marked deprecated in the Linux Prorammer's Manual and 
memset should be used instead on Linux...
So your suggestion seems to be valid for BSD only.

--
Wolfram

Reply via email to