CVSROOT:        /cvs
Module name:    src
Changes by:     k...@cvs.openbsd.org    2018/12/08 16:06:41

Modified files:
        sbin/dhclient  : bpf.c 

Log message:
ssize_t and unsigned int may be different sizes. Use ssize_t instead
of unsigned int for value being compared to the results of writev()
and sendmsg() calls.

Noticed by naddy@ on i386 compile.

Reply via email to