summaryrefslogtreecommitdiff
path: root/libc-test/build.rs
diff options
context:
space:
mode:
authorWesley Moore <wes@wezm.net>2018-03-12 11:03:46 +1100
committerWesley Moore <wes@wezm.net>2018-03-12 11:03:46 +1100
commitbe2f06276732bf84e3b19bbfd707ddcc3e00f678 (patch)
treee10b0fd610cec1f55605c7a386eb8847c9ac1306 /libc-test/build.rs
parent787420a7a363275e20f15744a5681795c9ae9045 (diff)
downloadrust-libc-be2f06276732bf84e3b19bbfd707ddcc3e00f678.tar.gz
Fix test suite on FreeBSD 11
Diffstat (limited to 'libc-test/build.rs')
-rw-r--r--libc-test/build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs
index c2394c7555..a96bcfd414 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -509,6 +509,7 @@ fn main() {
"CTL_MAXID" |
"KERN_MAXID" |
"HW_MAXID" |
+ "NET_MAXID" |
"USER_MAXID" if freebsd => true,
// These constants were added in FreeBSD 11