From 4bd1a206df7f9f640894af18e1bc6a8638e6968d Mon Sep 17 00:00:00 2001 From: FujiApple Date: Sun, 7 Dec 2025 16:12:23 +0800 Subject: [PATCH] fix(netbsd): remove IFF_NOTRAILERS IFF_NOTRAILERS was removed from libc version 0.2.178 see https://github.com/rust-lang/libc/pull/4782 --- src/net/if_.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/net/if_.rs b/src/net/if_.rs index cae6e3f826..1e2085c338 100644 --- a/src/net/if_.rs +++ b/src/net/if_.rs @@ -66,7 +66,6 @@ libc_bitflags!( solarish, apple_targets, target_os = "fuchsia", - target_os = "netbsd", target_os = "cygwin"))] IFF_NOTRAILERS as IflagsType; /// Interface manages own routes.