You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
574 B
23 lines
574 B
--- 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
|