On Wednesday, August 02, 2000, Mike Smith wrote:
>       tcpcash_addr = (typeof(tcpcash_addr))
>                       malloc(sizeof(*tcpcash_addr) * 
>                               TCPCASH_ROWSIZE * 
>                               TCPCASH_COOLSIZE);

   Just as a note on coding style, this will only hide warnings
caused by not including <stdlib.h>.  malloc(3) returns void * and
does not need to be cast.

-- 
|Chris Costello <[EMAIL PROTECTED]>
|Last one out, turn off the computer!
`------------------------------------


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

Reply via email to