diff --git a/libc-test/build.rs b/libc-test/build.rs index 712b239ef8e35..c50c19a7aad90 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -491,6 +491,8 @@ fn test_openbsd(target: &str) { match name { // Removed in OpenBSD 6.0 "KERN_USERMOUNT" | "KERN_ARND" => true, + // Removed in OpenBSD 7.3 + "KERN_NSELCOLL" => true, // Good chance it's going to be wrong depending on the host release "KERN_MAXID" | "NET_RT_MAXID" => true, "EV_SYSFLAGS" => true,