Skip to content

Commit e5c9518

Browse files
committed
HACK: comment out conflicting NETLINK_GENERIC definition from if_mib.h
1 parent 017fb07 commit e5c9518

File tree

1 file changed

+1
-1
lines changed
  • src/unix/bsd/freebsdlike/freebsd

1 file changed

+1
-1
lines changed

src/unix/bsd/freebsdlike/freebsd/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3415,7 +3415,7 @@ pub const IFDATA_DRIVERNAME: ::c_int = 3;
34153415
pub const IFMIB_IFCOUNT: ::c_int = 1;
34163416

34173417
/// functions not specific to a type of iface
3418-
pub const NETLINK_GENERIC: ::c_int = 0;
3418+
//pub const NETLINK_GENERIC: ::c_int = 0;
34193419

34203420
pub const DOT3COMPLIANCE_STATS: ::c_int = 1;
34213421
pub const DOT3COMPLIANCE_COLLS: ::c_int = 2;

0 commit comments

Comments
 (0)