Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > c27093752d43d6c3b527359fa23f0d3e > files > 4

mt-st-1.1-6.mga3.src.rpm

--- mt-st-1.1/mt.c.mtio	2008-08-04 08:24:45.000000000 +0200
+++ mt-st-1.1/mt.c	2008-08-04 08:24:45.000000000 +0200
@@ -23,7 +23,7 @@
 #include <sys/stat.h>
 #include <sys/utsname.h>
 
-#include "mtio.h"
+#include <linux/mtio.h>
 
 #ifndef DEFTAPE
 #define DEFTAPE "/dev/tape"     /* default tape device */
--- mt-st-1.1/stinit.c.mtio	2008-04-27 13:24:16.000000000 +0200
+++ mt-st-1.1/stinit.c	2008-08-04 08:24:45.000000000 +0200
@@ -22,7 +22,7 @@
 #include <linux/major.h>
 #include <scsi/sg.h>
 
-#include "mtio.h"
+#include <linux/mtio.h>
 
 #ifndef FALSE
 #define TRUE 1