diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-11-06 13:42:16 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-11-07 17:31:22 -0800 |
commit | ec619c0f3ddfc81f72c11bffd043ed4474b55e4b (patch) | |
tree | 0d7c5b24a80f8d07efb0f93ae28afec40c85b365 /utils/hdparm/patches | |
parent | 49452c2feeb6eea922e25f54837585898d761733 (diff) |
hdparm: Update to version 9.65
This fixes compilation problems with glibc 2.36.
Full Changelog:
hdparm-9.65:
- Another --Istdin fix: cannot read log pages when no device specified
hdparm-9.64:
- fix truncated output buf with --Istdin
hdparm-9.63:
- new --sanitize-overwrite-passes flag, courtesy Michal Grzedzicki.
- "Plurals patch" from Martin Guy.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'utils/hdparm/patches')
-rw-r--r-- | utils/hdparm/patches/020-64bit.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hdparm/patches/020-64bit.patch b/utils/hdparm/patches/020-64bit.patch index d7389fba5..b0181c52c 100644 --- a/utils/hdparm/patches/020-64bit.patch +++ b/utils/hdparm/patches/020-64bit.patch @@ -32,8 +32,8 @@ +#define __SANE_USERSPACE_TYPES__ /* For PPC64, to get LL64 types */ +#endif #include <linux/types.h> + #ifndef FSCONFIG_SET_FLAG #include <linux/fs.h> - #include <linux/major.h> --- a/identify.c +++ b/identify.c @@ -4,6 +4,9 @@ |