home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!haven.umd.edu!mimsy!nmrdc1!dsc3pzp
- From: dsc3pzp@nmrdc1.nmrdc.nnmc.navy.mil (Philip Perucci)
- Newsgroups: comp.os.linux
- Subject: Compiling SCSI tape mt utility?
- Message-ID: <C071x9.Csq@nmrdc1.nmrdc.nnmc.navy.mil>
- Date: 1 Jan 93 21:19:55 GMT
- Organization: Naval Medical Research & Development Command
- Lines: 30
-
- Hello,
-
- Question about SCSI tape driver from tsx-11.mit.edu /pub/linux/ALPHA/scsi.
-
- Regarding the file "mtio.h", I see there is one in both
-
- /usr/src/linux/include/linux AND
- /usr/src/tape (from /pub/linux/ALPHA/scsi).
-
- I am using 0.99pl1 Linux WITH tape drivers included in the kernel. I just
- want to get mt and tapetest working. Is it correct to change:
-
- #include <sys/mtio.h>
-
- to
-
- #include <sys/mtio.h> <--- first include the one from Linux source
- #include "mtio.h" <--- then include one from /pub/linux/ALPHA/scsi
-
- in the files mt.c and tapetest.c???
-
- Finally got enough $$$ for SCSI tape and would hate to do something as
- stupid as screwing up the include files! Ideas anyone?
-
-
- --
- ===========================================================================
- phil perucci | "Any opinions expressed are solely my own views and
- ssb1pzp@digex.com | do not reflect the position of any organization"
- ===========================================================================
-