Skip to content

Commit f3bbf27

Browse files
committed
fixup
1 parent 8710f65 commit f3bbf27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libc-test/build.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,8 +1600,7 @@ fn test_freebsd(target: &str) {
16001600
// These constants were removed in FreeBSD 11 (svn r262489),
16011601
// and they've never had any legitimate use outside of the
16021602
// base system anyway.
1603-
"CTL_MAXID" | "KERN_MAXID" | "HW_MAXID" | "NET_MAXID"
1604-
| "USER_MAXID" => true,
1603+
"CTL_MAXID" | "KERN_MAXID" | "HW_MAXID" | "NET_MAXID" | "USER_MAXID" => true,
16051604

16061605
_ => false,
16071606
}

0 commit comments

Comments
 (0)