mt-st-1.1-mtio.patch 574 B

1234567891011121314151617181920212223
  1. --- mt-st-1.1/mt.c.mtio 2008-08-04 08:24:45.000000000 +0200
  2. +++ mt-st-1.1/mt.c 2008-08-04 08:24:45.000000000 +0200
  3. @@ -23,7 +23,7 @@
  4. #include <sys/stat.h>
  5. #include <sys/utsname.h>
  6. -#include "mtio.h"
  7. +#include <linux/mtio.h>
  8. #ifndef DEFTAPE
  9. #define DEFTAPE "/dev/tape" /* default tape device */
  10. --- mt-st-1.1/stinit.c.mtio 2008-04-27 13:24:16.000000000 +0200
  11. +++ mt-st-1.1/stinit.c 2008-08-04 08:24:45.000000000 +0200
  12. @@ -22,7 +22,7 @@
  13. #include <linux/major.h>
  14. #include <scsi/sg.h>
  15. -#include "mtio.h"
  16. +#include <linux/mtio.h>
  17. #ifndef FALSE
  18. #define TRUE 1