aboutsummaryrefslogtreecommitdiff
path: root/utils/hdparm/patches
diff options
context:
space:
mode:
authorRichard Kunze <richard.kunze@web.de>2015-06-15 21:52:08 +0200
committerRichard Kunze <richard.kunze@web.de>2015-06-16 18:37:52 +0200
commit791e9128714dcb39b77a9f3ac4ff6df8155306e9 (patch)
tree75aad2cee79ea6eb4eaab4237ffdec8ff8aaab92 /utils/hdparm/patches
parentb6e1de2bdc7ab29015b11aa2de7edadd77cc2780 (diff)
hdparm: Updated to latest version 9.47, removed obsolete patch.
Signed-off-by: Richard Kunze <richard.kunze@web.de>
Diffstat (limited to 'utils/hdparm/patches')
-rw-r--r--utils/hdparm/patches/001-fix-includes.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/utils/hdparm/patches/001-fix-includes.patch b/utils/hdparm/patches/001-fix-includes.patch
deleted file mode 100644
index 44343fb39..000000000
--- a/utils/hdparm/patches/001-fix-includes.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/hdparm.h
-+++ b/hdparm.h
-@@ -2,6 +2,7 @@
-
- //#undef __KERNEL_STRICT_NAMES
- #include <linux/types.h>
-+#include <sys/types.h>
-
- #if !defined(__GNUC__) && !defined(__attribute__)
- #define __attribute__(x)
---- a/sysfs.c
-+++ b/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>