Skip to content

Commit c3c5e9c

Browse files
committed
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
2 parents 22b08f8 + 5a3a0c2 commit c3c5e9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libc-test/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ fn main() {
341341
cfg.header("mqueue.h");
342342
cfg.header("ufs/ufs/quota.h");
343343
cfg.header("pthread_np.h");
344-
cfg.header("sys/ioctl_compat.h");
345344
cfg.header("sys/rtprio.h");
346345
}
347346

0 commit comments

Comments
 (0)