HomeFreeBSD

Change the type of "len" to avoid warnings.

Description

Change the type of "len" to avoid warnings.

The "len" variable is used as the last argument to getsockname(2) and
accept(2). It was declared an "int" and this patch changes it to "socklen_t".

Details

Provenance
rmacklemAuthored on
Parents
rS360080: zfs-program.8: fix orphan .Xr
Branches
Unknown
Tags
Unknown