aboutsummaryrefslogtreecommitdiffstats
path: root/main/hdparm/fix-includes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/hdparm/fix-includes.patch')
-rw-r--r--main/hdparm/fix-includes.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/main/hdparm/fix-includes.patch b/main/hdparm/fix-includes.patch
deleted file mode 100644
index 8a63f7a703..0000000000
--- a/main/hdparm/fix-includes.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- hdparm-9.43/hdparm.h.orig
-+++ hdparm-9.43/hdparm.h
-@@ -1,7 +1,7 @@
- /* Some prototypes for extern functions. */
-
- //#undef __KERNEL_STRICT_NAMES
--#include <linux/types.h>
-+#include <sys/types.h>
-
- #if !defined(__GNUC__) && !defined(__attribute__)
- #define __attribute__(x)
---- hdparm-9.43/sysfs.c.orig
-+++ hdparm-9.43/sysfs.c
-@@ -12,6 +12,7 @@
- #include <stdio.h>
- #include <fcntl.h>
- #include <errno.h>
-+#include <limits.h>
- #include <dirent.h>
- #include <sys/stat.h>
- #include <linux/types.h>