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.
This commit is contained in:
Zac Berkowitz 2017-02-24 18:51:51 +00:00
parent 62ec26aacc
commit 004814849d
1 changed files with 0 additions and 1 deletions

View File

@ -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");
}