]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: avoid build failure without sys/mtio.h
authorPádraig Brady <P@draigBrady.com>
Sun, 10 Dec 2017 03:05:32 +0000 (19:05 -0800)
committerPádraig Brady <P@draigBrady.com>
Mon, 11 Dec 2017 01:13:18 +0000 (17:13 -0800)
commit8fb32039bcc137baec9bf80c206077a73cec8878
tree38fdca14fdbc3603b4073f626133335f9e17b1c4
parentb697bac049dd10db486dea9148ce4b2251147cd4
build: avoid build failure without sys/mtio.h

* m4/jm-macros.m4: Check for the header.
* src/dd.c: Avoid the workaround where the header
is not available (on non glibc systems).
* src/shred.c: Likewise.
m4/jm-macros.m4
src/dd.c
src/shred.c