aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rasdaemon/ras-diskerror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/rasdaemon/ras-diskerror.patch')
-rw-r--r--testing/rasdaemon/ras-diskerror.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/rasdaemon/ras-diskerror.patch b/testing/rasdaemon/ras-diskerror.patch
deleted file mode 100644
index 9924b15fc1..0000000000
--- a/testing/rasdaemon/ras-diskerror.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/ras-diskerror-handler.c
-+++ b/ras-diskerror-handler.c
-@@ -18,6 +18,9 @@
- #define _GNU_SOURCE
- #include <stdio.h>
- #include <stdlib.h>
-+#ifndef __dev_t_defined
-+#include <sys/types.h>
-+#endif /* __dev_t_defined */
- #include <string.h>
- #include <errno.h>
- #include <sys/sysmacros.h>