Skip to content

Commit 2c7f384

Browse files
committed
Auto merge of #2879 - semarie:openbsd-KERN_NSELCOLL, r=JohnTitor
openbsd: ignore ci error about unexistent KERN_NSELCOLL constant This sysctl(2) constant has been removed. openbsd/src@9bf42e3
2 parents d03554b + 5872135 commit 2c7f384

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc-test/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,8 @@ fn test_openbsd(target: &str) {
491491
match name {
492492
// Removed in OpenBSD 6.0
493493
"KERN_USERMOUNT" | "KERN_ARND" => true,
494+
// Removed in OpenBSD 7.2
495+
"KERN_NSELCOLL" => true,
494496
// Good chance it's going to be wrong depending on the host release
495497
"KERN_MAXID" | "NET_RT_MAXID" => true,
496498
"EV_SYSFLAGS" => true,

0 commit comments

Comments
 (0)