From 004814849dd4d45c07623045b51d2aec3bb803d7 Mon Sep 17 00:00:00 2001 From: Zac Berkowitz Date: Fri, 24 Feb 2017 18:51:51 +0000 Subject: Removed "rpcsvc/rex.h" from `build.rs` for OpenBSD ``` export TARGET=x86_64-unknown-openbsd export QEMU=openbsd.qcow2 sh ci/run-docker.sh $TARGET ``` Passes when run localy. --- libc-test/build.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/libc-test/build.rs b/libc-test/build.rs index fc4db1e9e1..2a9c028b4e 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -205,7 +205,6 @@ fn main() { if openbsd { cfg.header("ufs/ufs/quota.h"); - cfg.header("rpcsvc/rex.h"); cfg.header("pthread_np.h"); cfg.header("sys/syscall.h"); } -- cgit v1.2.1