File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ libc_bitflags!(
193
193
194
194
// bitmask: 0x010000
195
195
/// FIIXME: what's this?!?
196
- #[ cfg( any( target_os = "android" , target_os = " fuchsia", target_os = "linux" ) ) ]
196
+ #[ cfg( any( target_os = "fuchsia" , target_os = "linux" ) ) ]
197
197
IFF_LOWER_UP ;
198
198
/// FIIXME: what's this?!?
199
199
#[ cfg( any( target_os = "dragonfly" ) ) ]
@@ -206,7 +206,7 @@ libc_bitflags!(
206
206
IFF_NOXMIT ;
207
207
208
208
// bitmask: 0x020000
209
- #[ cfg( any( target_os = "android" , target_os = " fuchsia", target_os = "linux" ) ) ]
209
+ #[ cfg( any( target_os = "fuchsia" , target_os = "linux" ) ) ]
210
210
IFF_DORMANT ;
211
211
/// User-requested promisc mode.
212
212
#[ cfg( any( target_os = "dragonfly" , target_os = "freebsd" ) ) ]
@@ -216,7 +216,7 @@ libc_bitflags!(
216
216
IFF_NOLOCAL ;
217
217
218
218
// bitmask: 0x040000
219
- #[ cfg( any( target_os = "android" , target_os = " fuchsia", target_os = "linux" ) ) ]
219
+ #[ cfg( any( target_os = "fuchsia" , target_os = "linux" ) ) ]
220
220
IFF_ECHO ;
221
221
/// User-requested monitor mode.
222
222
#[ cfg( any( target_os = "dragonfly" , target_os = "freebsd" ) ) ]
You can’t perform that action at this time.
0 commit comments