Auto merge of #1199 - inferiorhumanorgans:iho/dfbsd-ioctl_compat_h, r=alexcrichton

Remove sys/ioctl_compat.h from DragonFlyBSD tests.

Per the mailing list[1], sys/ioctl_compat.h has been removed.  This should fix #1198.

1: http://lists.dragonflybsd.org/pipermail/commits/2018-April/672079.html
This commit is contained in:
bors 2019-01-11 01:44:19 +00:00
commit c3c5e9cd05

View file

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