mt-st/SOURCES/mt-st-1.1-mtio.patch
2021-09-09 22:31:33 +00:00

23 lines
574 B
Diff

--- 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