home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22382 < prev    next >
Encoding:
Internet Message Format  |  1993-01-01  |  1.3 KB

  1. Path: sparky!uunet!haven.umd.edu!mimsy!nmrdc1!dsc3pzp
  2. From: dsc3pzp@nmrdc1.nmrdc.nnmc.navy.mil (Philip Perucci)
  3. Newsgroups: comp.os.linux
  4. Subject: Compiling SCSI tape mt utility?
  5. Message-ID: <C071x9.Csq@nmrdc1.nmrdc.nnmc.navy.mil>
  6. Date: 1 Jan 93 21:19:55 GMT
  7. Organization: Naval Medical Research & Development Command
  8. Lines: 30
  9.  
  10. Hello,
  11.  
  12.   Question about SCSI tape driver from tsx-11.mit.edu /pub/linux/ALPHA/scsi.
  13.  
  14.   Regarding the file "mtio.h", I see there is one in both
  15.  
  16.     /usr/src/linux/include/linux    AND
  17.     /usr/src/tape                        (from /pub/linux/ALPHA/scsi).
  18.  
  19. I am using 0.99pl1 Linux WITH tape drivers included in the kernel.  I just
  20. want to get mt and tapetest working.  Is it correct to change:
  21.  
  22.   #include <sys/mtio.h>
  23.  
  24. to
  25.  
  26.   #include <sys/mtio.h>      <--- first include the one from Linux source
  27.   #include "mtio.h"          <--- then include one from /pub/linux/ALPHA/scsi
  28.  
  29. in the files mt.c and tapetest.c???
  30.  
  31. Finally got enough $$$ for SCSI tape and would hate to do something as
  32. stupid as screwing up the include files!  Ideas anyone? 
  33.  
  34.  
  35. -- 
  36. ===========================================================================
  37.   phil perucci      | "Any opinions expressed are solely my own views and 
  38.   ssb1pzp@digex.com |  do not reflect the position of any organization"
  39. ===========================================================================
  40.