tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: dhcpcd-4.0.0-alpha1 ready for review



On Wednesday 16 April 2008 23:30:04 Christos Zoulas wrote:
> Yes, and it is well written too :-)
>
> - On NetBSD bpf is a cloner and you only need to open /dev/bpf.
> - cast ctype arguments to unsigned char and not int, otherwise you silence
>   the warning but you can still get a core-dump.

Thanks for those kind words :)
OK, if _PATH_BPF is defined then we now open it instead of searching for a 
free BPF device.

I've also changed all instances of my ctype calls I could find to cast to 
unsigned.

Thanks

Roy


Home | Main Index | Thread Index | Old Index