summaryrefslogtreecommitdiff
path: root/rmt
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-02-20 08:13:29 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-02-20 08:13:29 +0000
commit98ef0f38ea54c86274aff1618f61ee6a2de39054 (patch)
tree649a7e884b32931c958d01f7b80b0df2a4503831 /rmt
parent7a86488bf7607f5935c36a391f40743cbb32106a (diff)
downloadpaxutils-98ef0f38ea54c86274aff1618f61ee6a2de39054.tar.gz
* lib/DISTFILES: Add system-ioctl.h.
* lib/system.h: Move the MTIO* stuff into.... * lib/system-ioctl.h: New file. That way, the symbols defined by these includes won't collide with the symbols defined by <sys/filio.h> on Solaris when compiling misc.c. * lib/rtapelib.c: Include system-ioctl.h. * paxlib/rtape.c: Likewise. * rmt/rmt.c: Likewise.
Diffstat (limited to 'rmt')
-rw-r--r--rmt/rmt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rmt/rmt.c b/rmt/rmt.c
index 04f4e8e..669d25f 100644
--- a/rmt/rmt.c
+++ b/rmt/rmt.c
@@ -32,6 +32,7 @@
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */
#include "system.h"
+#include "system-ioctl.h"
#include <closeout.h>
#include <localedir.h>
#include <safe-read.h>