aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rasdaemon/ras-diskerror.patch
diff options
context:
space:
mode:
authorHenrik Riomar <henrik.riomar@gmail.com>2019-10-14 06:20:44 +0200
committerHenrik Riomar <henrik.riomar@gmail.com>2019-10-14 06:49:24 +0200
commit6e79de6522ea751608cc2dbb4ecef1e2c5c5374f (patch)
tree9cc5f66a3505b9554c203789a50d266da80c5411 /testing/rasdaemon/ras-diskerror.patch
parent27365afdd316239a6b8ccd81e42cf2136303741e (diff)
downloadaports-6e79de6522ea751608cc2dbb4ecef1e2c5c5374f.tar.bz2
aports-6e79de6522ea751608cc2dbb4ecef1e2c5c5374f.tar.xz
testing/rasdaemon: upgrade to 0.6.4
Enable some more event reporters.
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>