summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorRyan Zoeller <rtzoeller@rtzoeller.com>2022-06-06 18:50:19 -0500
committerRyan Zoeller <rtzoeller@rtzoeller.com>2022-06-06 18:50:19 -0500
commit80f8320ffd9caf64542916a63f986ba1f95e4613 (patch)
tree91ccd5e2dc7d2d06aa783bb76cc6ccbef992dadd /src/net
parent5dedbc7850448ae3922ab0a833f3eb971bf7e25f (diff)
downloadnix-80f8320ffd9caf64542916a63f986ba1f95e4613.zip
Cleanup cfg blocks
Remove obsolete references to target_env = wasi, target_os = nacl, target_os = osx, and a typo'd target_os = fushsia that didn't compile when fixed. - target_env = wasi is dead: https://github.com/rust-lang/rust/pull/60117 - target_os = nacl is dead: https://github.com/rust-lang/rust/pull/45041 - target_os = osx is dead, but I can't find a link.
Diffstat (limited to 'src/net')
-rw-r--r--src/net/if_.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/if_.rs b/src/net/if_.rs
index 535d6c22..045efad9 100644
--- a/src/net/if_.rs
+++ b/src/net/if_.rs
@@ -103,8 +103,7 @@ libc_bitflags!(
target_os = "freebsd",
target_os = "macos",
target_os = "netbsd",
- target_os = "openbsd",
- target_os = "osx"))]
+ target_os = "openbsd"))]
#[cfg_attr(docsrs, doc(cfg(all())))]
IFF_SIMPLEX;
/// Supports multicast. (see