diff --git a/src/unix/bsd/freebsdlike/freebsd/mod.rs b/src/unix/bsd/freebsdlike/freebsd/mod.rs index 1d7fd46929d78..e0c7f54dd8dc1 100644 --- a/src/unix/bsd/freebsdlike/freebsd/mod.rs +++ b/src/unix/bsd/freebsdlike/freebsd/mod.rs @@ -3415,7 +3415,7 @@ pub const IFDATA_DRIVERNAME: ::c_int = 3; pub const IFMIB_IFCOUNT: ::c_int = 1; /// functions not specific to a type of iface -pub const NETLINK_GENERIC: ::c_int = 0; +//pub const NETLINK_GENERIC: ::c_int = 0; pub const DOT3COMPLIANCE_STATS: ::c_int = 1; pub const DOT3COMPLIANCE_COLLS: ::c_int = 2;