From 2c4452304ddf38b59c00acd63a451dcf1668bc79 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Fri, 13 Jan 2023 20:57:28 -0500 Subject: if_nameindex: add illumos target --- src/net/if_.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net') diff --git a/src/net/if_.rs b/src/net/if_.rs index b2423bc6..ec462607 100644 --- a/src/net/if_.rs +++ b/src/net/if_.rs @@ -334,6 +334,7 @@ libc_bitflags!( target_os = "macos", target_os = "netbsd", target_os = "openbsd", + target_os = "illumos", ))] #[cfg_attr(docsrs, doc(cfg(all())))] mod if_nameindex { @@ -465,5 +466,6 @@ mod if_nameindex { target_os = "macos", target_os = "netbsd", target_os = "openbsd", + target_os = "illumos", ))] pub use if_nameindex::*; -- cgit v1.2.3