Blob Blame History Raw
--- mt-st-0.9b/mt.c.mtio	2007-02-07 08:09:43.000000000 -0500
+++ mt-st-0.9b/mt.c	2007-02-07 08:09:43.000000000 -0500
@@ -21,7 +21,7 @@
 #include <sys/types.h>
 #include <sys/ioctl.h>
 
-#include "mtio.h"
+#include <linux/mtio.h>
 
 #ifndef DEFTAPE
 #define DEFTAPE "/dev/tape"     /* default tape device */
--- mt-st-0.9b/stinit.c.mtio	2005-08-21 14:47:51.000000000 -0400
+++ mt-st-0.9b/stinit.c	2007-02-07 08:10:20.000000000 -0500
@@ -22,7 +22,7 @@
 #include <linux/major.h>
 #include <scsi/sg.h>
 
-#include "mtio.h"
+#include <linux/mtio.h>
 
 #ifndef FALSE
 #define TRUE 1