13 lines
298 B
Diff
13 lines
298 B
Diff
diff -Naur orig/mt.c new/mt.c
|
|
--- orig/mt.c 2019-09-03 11:56:15.115553039 +0000
|
|
+++ new/mt.c 2019-09-03 11:56:37.507552435 +0000
|
|
@@ -25,6 +25,8 @@
|
|
|
|
#include "mtio.h"
|
|
|
|
+#include <sys/sysmacros.h>
|
|
+
|
|
#ifndef DEFTAPE
|
|
#define DEFTAPE "/dev/tape" /* default tape device */
|
|
#endif /* DEFTAPE */
|