net.h: don't use the reserved name __unused
The __* keywords are reserved. On FreeBSD __unused evaluates
to the attribute unused, causing a compilation failure.
Just use unused instead.
Signed-off-by:
Jeroen Hofstee <jeroen@myspectrum.nl>
cc: joe.hershberger@gmail.com
Loading
Please register or sign in to comment