Savagedlight / libifconfig

A C API to do most things done by the FreeBSD 'ifconfig' program today
Other
26 stars 7 forks source link

Incorrect type of libifconfig_errstate.ioctl_request #4

Closed Savagedlight closed 8 years ago

Savagedlight commented 8 years ago

The type should match the type of the ioctl() argument, which is unsigned long.

Reported by: Ravi Pokala