@@ -2623,6 +2623,7 @@ impl Clone for fr_proto_pvc {
2623
2623
#[ derive( Debug , Default , Copy ) ]
2624
2624
pub struct fr_proto_pvc_info {
2625
2625
pub dlci : :: std:: os:: raw:: c_uint ,
2626
+ // TODO: rename this field to adopt inclusive language once Linux updates it, too.
2626
2627
pub master : [ :: std:: os:: raw:: c_char ; 16usize ] ,
2627
2628
}
2628
2629
#[ test]
@@ -2717,7 +2718,9 @@ pub const net_device_flags_IFF_RUNNING: net_device_flags = 64;
2717
2718
pub const net_device_flags_IFF_NOARP: net_device_flags = 128 ;
2718
2719
pub const net_device_flags_IFF_PROMISC: net_device_flags = 256 ;
2719
2720
pub const net_device_flags_IFF_ALLMULTI: net_device_flags = 512 ;
2721
+ // TODO: rename this constant to adopt inclusive language once Linux updates it, too.
2720
2722
pub const net_device_flags_IFF_MASTER: net_device_flags = 1024 ;
2723
+ // TODO: rename this constant to adopt inclusive language once Linux updates it, too.
2721
2724
pub const net_device_flags_IFF_SLAVE: net_device_flags = 2048 ;
2722
2725
pub const net_device_flags_IFF_MULTICAST: net_device_flags = 4096 ;
2723
2726
pub const net_device_flags_IFF_PORTSEL: net_device_flags = 8192 ;
@@ -3070,6 +3073,7 @@ pub struct ifreq__bindgen_ty_2 {
3070
3073
pub ifru_ivalue : __BindgenUnionField < :: std:: os:: raw:: c_int > ,
3071
3074
pub ifru_mtu : __BindgenUnionField < :: std:: os:: raw:: c_int > ,
3072
3075
pub ifru_map : __BindgenUnionField < ifmap > ,
3076
+ // TODO: rename this field to adopt inclusive language once Linux updates it, too.
3073
3077
pub ifru_slave : __BindgenUnionField < [ :: std:: os:: raw:: c_char ; 16usize ] > ,
3074
3078
pub ifru_newname : __BindgenUnionField < [ :: std:: os:: raw:: c_char ; 16usize ] > ,
3075
3079
pub ifru_data : __BindgenUnionField < * mut :: std:: os:: raw:: c_void > ,
0 commit comments