mcst-linux-kernel/patches-2024.06.26/mt-st-1.1/0001-glibc-2.29-compat.patch

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