From 5a3a0c2a9553e717b2d46dd746a3285459b3b2e6 Mon Sep 17 00:00:00 2001 From: Alex Zepeda Date: Thu, 3 Jan 2019 21:09:15 -0800 Subject: [PATCH] Remove sys/ioctl_compat.h from DragonFlyBSD tests. Per the mailing list[1], sys/ioctl_compat.h has been removed. 1: http://lists.dragonflybsd.org/pipermail/commits/2018-April/672079.html --- libc-test/build.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/libc-test/build.rs b/libc-test/build.rs index ffab4523..99c67f38 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -341,7 +341,6 @@ fn main() { cfg.header("mqueue.h"); cfg.header("ufs/ufs/quota.h"); cfg.header("pthread_np.h"); - cfg.header("sys/ioctl_compat.h"); cfg.header("sys/rtprio.h"); }