diff --git a/libc-test/build.rs b/libc-test/build.rs index 712b239ef8e35..4b34ae67bac3b 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.2 + "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,