Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > cb21c9984850f385c7ab87da653ffc89 > files > 4

mt-st-1.1-4.fc13.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