Skip to content

Commit

Permalink
Auto merge of #2879 - semarie:openbsd-KERN_NSELCOLL, r=JohnTitor
Browse files Browse the repository at this point in the history
openbsd: ignore ci error about unexistent KERN_NSELCOLL constant

This sysctl(2) constant has been removed.

openbsd/src@9bf42e3
  • Loading branch information
bors committed Aug 18, 2022
2 parents d03554b + 5872135 commit 2c7f384
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libc-test/build.rs
Expand Up @@ -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,
Expand Down

0 comments on commit 2c7f384

Please sign in to comment.